Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / OptionalContentConfiguration Class
Properties Methods

In This Topic
    OptionalContentConfiguration Class Members
    In This Topic

    The following tables list the members exposed by OptionalContentConfiguration.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the OptionalContentConfiguration class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value defining how the state of all optional content groups should be changed when this OptionalContentConfiguration is applied.  
    Public PropertyGets the GrapeCity.Documents.Pdf.GcPdfDocument object that owns this object.  
    Public PropertyGets a value indicating whether the OFF list is not empty.  
    Public PropertyGets a value indicating whether the ON list is not empty.  
    Public PropertyGets a value indicating whether the Order list is not empty.  
    Public PropertyGets a value indicating whether the UsageApplications collection is not empty.  
    Public PropertyGets or sets a value specifying how optional content groups in the Order list should be displayed to the user.  
    Public PropertyGets an array of optional content groups that shall be locked when this configuration is applied.  
    Public PropertyGets the PDF object ID. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase)
    Public PropertyGets an array of optional content groups whose state shall be set to OFF when this configuration is applied.  
    Public PropertyGets an array of optional content groups whose state shall be set to ON when this configuration is applied.  
    Public PropertyGets the OptionalContentProperties object that owns this object.  
    Public PropertyGets 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.

     
    Public PropertyGets the underlying GrapeCity.Documents.Pdf.Spec.IPdfDict. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper)
    Public PropertyGets the underlying GrapeCity.Documents.Pdf.Spec.IPdfObject. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<IPdfDict>)
    Public PropertyGets 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.  
    Top
    Public Methods
     NameDescription
    Public MethodGets 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)
    Public MethodGets the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase)
    Public MethodGets 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)
    Top
    See Also