Name | Description | |
---|---|---|
PdfExportSettings Constructor | Initializes a new instance of the PdfExportSettings class. |
The following tables list the members exposed by PdfExportSettings.
Name | Description | |
---|---|---|
PdfExportSettings Constructor | Initializes a new instance of the PdfExportSettings class. |
Name | Description | |
---|---|---|
Author | Gets or sets the author of the export settings. (Inherited from Xceed.Grid.Reporting.ExportSettings) | |
Description | Gets or sets the description of the export settings. (Inherited from Xceed.Grid.Reporting.ExportSettings) | |
EncryptionPassword | Gets or sets the password used to encrypt the exported Report. | |
FromPage | (Inherited from Xceed.Grid.Reporting.ExportSettings) | |
IsAuthorDefined | Gets a boolean value indicating if the Author property has been explicitly set. (Inherited from Xceed.Grid.Reporting.ExportSettings) | |
IsDescriptionDefined | Gets a boolean value indicating if the Description property has been explicitly set. (Inherited from Xceed.Grid.Reporting.ExportSettings) | |
IsEncryptionPasswordDefined | Gets a boolean value indicating if the EncryptionPassword property has been explicitly set. | |
IsFromPageDefined | (Inherited from Xceed.Grid.Reporting.ExportSettings) | |
IsKeywordsDefined | Gets a boolean value indicating if the Keywords property has been explicitly set. (Inherited from Xceed.Grid.Reporting.ExportSettings) | |
IsLandscapeDefined | Gets a boolean value indicating if the Landscape property has been explicitly set. (Inherited from Xceed.Grid.Reporting.ExportSettings) | |
IsMarginsDefined | Gets a boolean value indicating if the Margins property has been explicitly set. (Inherited from Xceed.Grid.Reporting.ExportSettings) | |
IsPaperSizeDefined | Gets a boolean value indicating if the PaperSize property has been explicitly set. (Inherited from Xceed.Grid.Reporting.ExportSettings) | |
IsTitleDefined | Gets a boolean value indicating if the Title property has been explicitly set. (Inherited from Xceed.Grid.Reporting.ExportSettings) | |
IsToPageDefined | (Inherited from Xceed.Grid.Reporting.ExportSettings) | |
IsUseCompressionDefined | Gets a boolean value indicating if the UseCompression property has been explicitly set. | |
Keywords | Gets or sets the keywords associated with the export settings. (Inherited from Xceed.Grid.Reporting.ExportSettings) | |
Landscape | Gets or sets a value indicating whether the Report is exported in landscape or portrait orientation. (Inherited from Xceed.Grid.Reporting.ExportSettings) | |
Margins | Gets or sets the System.Drawing.Printing.Margins for the Report's pages. (Inherited from Xceed.Grid.Reporting.ExportSettings) | |
PaperSize | Gets or sets the size of the Report's pages. (Inherited from Xceed.Grid.Reporting.ExportSettings) | |
Title | Gets or sets the title associated with the export settings. (Inherited from Xceed.Grid.Reporting.ExportSettings) | |
ToPage | (Inherited from Xceed.Grid.Reporting.ExportSettings) | |
UseCompression | Gets or sets a boolean value indicating if the Report should be compressed when it is exported. |
Name | Description | |
---|---|---|
ResetAuthor | Resets the value of the Author property to its default value, a null reference (Nothing in Visual Basic). (Inherited from Xceed.Grid.Reporting.ExportSettings) | |
ResetDescription | Resets the value of the Description property to its default value, a null reference (Nothing in Visual Basic). (Inherited from Xceed.Grid.Reporting.ExportSettings) | |
ResetEncryptionPassword | Resets the value of the EncryptionPassword property to its default value. | |
ResetFromPage | (Inherited from Xceed.Grid.Reporting.ExportSettings) | |
ResetKeywords | Resets the value of the Keywords property to its default value, a null reference (Nothing in Visual Basic). (Inherited from Xceed.Grid.Reporting.ExportSettings) | |
ResetLandscape | Resets the value of the Landscape property to its default value, false. (Inherited from Xceed.Grid.Reporting.ExportSettings) | |
ResetMargins | Resets the value of the Margins property to its default value, a null reference (Nothing in Visual Basic). (Inherited from Xceed.Grid.Reporting.ExportSettings) | |
ResetPaperSize | Resets the value of the PaperSize property to its default value, a null reference (Nothing in Visual Basic). (Inherited from Xceed.Grid.Reporting.ExportSettings) | |
ResetTitle | Resets the value of the Title property to its default value, a null reference (Nothing in Visual Basic). (Inherited from Xceed.Grid.Reporting.ExportSettings) | |
ResetToPage | (Inherited from Xceed.Grid.Reporting.ExportSettings) | |
ResetUseCompression | Resets the value of the UseCompression property to its default value. |