[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Layers.OptionalContentUsage

Class OptionalContentUsage

Namespace
GrapeCity.Documents.Pdf.Layers
Assembly
GcDocs.Pdf.dll

Represents the Optional Content Usage dictionary of a PDF.

public class OptionalContentUsage : PdfDictWrapper, IPdfDict
Inheritance
object
OptionalContentUsage
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Constructors

OptionalContentUsage()

Initializes a new instance of the OptionalContentGroup class.

public OptionalContentUsage()

Properties

CreatorInfo

Gets or sets a OptionalContentUsage.CreatorInfoDef object containing application-specific data associated with this optional content group.

public OptionalContentUsage.CreatorInfoDef CreatorInfo { get; set; }

Property Value

OptionalContentUsage.CreatorInfoDef

Export

Gets or sets a OptionalContentUsage.ExportDef object containing options used when the document (or part of it) is saved by a PDF processor to a format that does not support optional content.

public OptionalContentUsage.ExportDef Export { get; set; }

Property Value

OptionalContentUsage.ExportDef

HasCreatorInfo

Gets a value indicating whether this OptionalContentUsage contains CreatorInfo property.

public bool HasCreatorInfo { get; }

Property Value

bool

HasExport

Gets a value indicating whether this OptionalContentUsage contains Export property.

public bool HasExport { get; }

Property Value

bool

HasPrint

Gets a value indicating whether this OptionalContentUsage contains Print property.

public bool HasPrint { get; }

Property Value

bool

HasView

Gets a value indicating whether this OptionalContentUsage contains View property.

public bool HasView { get; }

Property Value

bool

HasZoom

Gets a value indicating whether this OptionalContentUsage contains Zoom property.

public bool HasZoom { get; }

Property Value

bool

Print

Gets or sets a OptionalContentUsage.PrintDef object containing options used when printing.

public OptionalContentUsage.PrintDef Print { get; set; }

Property Value

OptionalContentUsage.PrintDef

View

Gets or sets a OptionalContentUsage.ViewDef object containing options used when the document is first opened by a PDF processor.

public OptionalContentUsage.ViewDef View { get; set; }

Property Value

OptionalContentUsage.ViewDef

Zoom

Gets or sets a OptionalContentUsage.ZoomDef object specifying a range of magnifications at which the content in this optional content group is visible.

public OptionalContentUsage.ZoomDef Zoom { get; set; }

Property Value

OptionalContentUsage.ZoomDef