[]
Represents the Optional Content Usage dictionary of a PDF.
public class OptionalContentUsage : PdfDictWrapper, IPdfDict
Public Class OptionalContentUsage
Inherits PdfDictWrapper
Implements IPdfDict
Name | Description |
---|---|
OptionalContentUsage() | Initializes a new instance of the OptionalContentGroup class. |
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. |
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. |