Interface IDocumentExportOptions
Inherited Members
Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public interface IDocumentExportOptions : IInitScriptProviderExportOptions
Properties
Author
Document author. It will be displayed in the upper left corner
Declaration
string Author { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Color
Color used for titles underlines
Declaration
int Color { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Company
Company name displayed in the lower left corner
Declaration
string Company { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsLandscape
Indicates page orientation when exporting
Declaration
bool IsLandscape { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Logo
Company logo displayed in the lower left corner. Only in the first page
Declaration
byte[] Logo { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |