Name | Description | |
---|---|---|
OptionalContentConfiguration Constructor | Initializes a new instance of the OptionalContentConfiguration class. |
The following tables list the members exposed by OptionalContentConfiguration.
Name | Description | |
---|---|---|
OptionalContentConfiguration Constructor | Initializes a new instance of the OptionalContentConfiguration class. |
Name | Description | |
---|---|---|
BaseState | Gets or sets a value defining how the state of all optional content groups should be changed when this OptionalContentConfiguration is applied. | |
Doc | Gets the GrapeCity.Documents.Pdf.GcPdfDocument object that owns this object. | |
HasOFF | Gets a value indicating whether the OFF list is not empty. | |
HasON | Gets a value indicating whether the ON list is not empty. | |
HasOrder | Gets a value indicating whether the Order list is not empty. | |
HasUsageApplications | Gets a value indicating whether the UsageApplications collection is not empty. | |
ListMode | Gets or sets a value specifying how optional content groups in the Order list should be displayed to the user. | |
Locked | Gets an array of optional content groups that shall be locked when this configuration is applied. | |
ObjID | Gets the PDF object ID. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase) | |
OFF | Gets an array of optional content groups whose state shall be set to OFF when this configuration is applied. | |
ON | Gets an array of optional content groups whose state shall be set to ON when this configuration is applied. | |
OptionalContent | Gets the OptionalContentProperties object that owns this object. | |
Order | Gets the list of objects specifying the order of presentation of optional content groups in an interactive PDF processor’s user interface.
The list can contain GrapeCity.Documents.Pdf.Spec.PdfStrings, OptionalContentGroups, and nested lists containing GrapeCity.Documents.Pdf.Spec.PdfStrings or OptionalContentGroups. | |
PdfDict | Gets the underlying GrapeCity.Documents.Pdf.Spec.IPdfDict. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper) | |
PdfObject | Gets the underlying GrapeCity.Documents.Pdf.Spec.IPdfObject. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<IPdfDict>) | |
UsageApplications | Gets a list of UsageApplication objects specifying which usage dictionary categories shall be consulted by PDF processors, when automatically setting the states of optional content groups based on external factors, such as the current system language or viewing magnification, and when they shall be applied. |
Name | Description | |
---|---|---|
GetPdfStream | Gets the System.IO.Stream object containing the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. Note! The stream should be disposed after usage. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase) | |
GetPdfStreamData | Gets the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase) | |
GetPdfStreamInfo | Gets the GrapeCity.Documents.Pdf.Spec.PdfStreamInfo object containing the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. Note! The stream should be disposed after usage. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase) |