Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
Public Member Functions | Static Public Member Functions | Properties | List of all members
SolidFramework.Pdf.OptionalContentProperties Class Reference

Represents Optional content properties More...

Inheritance diagram for SolidFramework.Pdf.OptionalContentProperties:

Public Member Functions

virtual void Dispose ()
 
bool Equals (SolidFramework.Pdf.OptionalContentProperties other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static SolidFramework.Pdf.OptionalContentProperties Create (SolidFramework.Pdf.Catalog catalog)
 Creates Optional Content Properties from the specified catalog. More...
 
static bool operator== (SolidFramework.Pdf.OptionalContentProperties obj1, SolidFramework.Pdf.OptionalContentProperties obj2)
 
static bool operator!= (SolidFramework.Pdf.OptionalContentProperties obj1, SolidFramework.Pdf.OptionalContentProperties obj2)
 

Properties

SolidFramework.Pdf.Plumbing.PdfArray OptionalContentGroups [get]
 Gets the optional content groups.
 
SolidFramework.Pdf.Plumbing.PdfDictionary Default [get]
 Gets the default dictionary
 
SolidFramework.Pdf.Plumbing.PdfArray AlternateConfigurations [get]
 Gets the alternate configurations.
 

Detailed Description

Represents Optional content properties

Member Function Documentation

◆ Create()

static SolidFramework.Pdf.OptionalContentProperties SolidFramework.Pdf.OptionalContentProperties.Create ( SolidFramework.Pdf.Catalog  catalog)
static

Creates Optional Content Properties from the specified catalog.

Parameters
catalogThe catalog.
Returns