[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Layers.OptionalContentUsage

OptionalContentUsage Class

Represents the Optional Content Usage dictionary of a PDF.

Inheritance
OptionalContentUsage
Implements
Namespace: GrapeCity.Documents.Pdf.Layers
Assembly: DS.Documents.Pdf.dll
Syntax
public class OptionalContentUsage : PdfDictWrapper, IPdfDict
Public Class OptionalContentUsage
    Inherits PdfDictWrapper
    Implements IPdfDict

Constructors

Name Description
OptionalContentUsage()

Initializes a new instance of the OptionalContentGroup class.

Properties

Name Description
CreatorInfo

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

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.

HasCreatorInfo

Gets a value indicating whether this OptionalContentUsage contains CreatorInfo property.

HasExport

Gets a value indicating whether this OptionalContentUsage contains Export property.

HasPrint

Gets a value indicating whether this OptionalContentUsage contains Print property.

HasView

Gets a value indicating whether this OptionalContentUsage contains View property.

HasZoom

Gets a value indicating whether this OptionalContentUsage contains Zoom property.

Print

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

View

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

Zoom

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

Extension Methods