Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.FixedLayout.ResourcesResource
Apitron.PDF.Kit.FixedLayout.OptionalContentOptionalContentUsage
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
This class represents usage settings for the OptionalContentGroup.
Inheritance Hierarchy
Apitron.PDF.Kit.FixedLayout.ResourcesResource
Apitron.PDF.Kit.FixedLayout.OptionalContentOptionalContentUsage
Namespace: Apitron.PDF.Kit.FixedLayout.OptionalContent
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
The OptionalContentUsage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OptionalContentUsage |
Initializes a new instance of the Object class.
|
Properties
Name | Description | |
---|---|---|
CanBeExported |
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.) | |
Creator |
Gets or sets a text string specifying the application that created the group.
| |
CreatorSubtype |
Gets or sets a name defining the type of content controlled by the group.
Suggested values include but shall not be limited to Artwork, for graphic-design or publishing applications, and Technical, for technical designs such as building plans or schematics.
| |
ExportState |
Gets or sets a value that value shall be either ON or OFF. This value indicates the recommended state for content in this group when the document (or part of it) is saved by a PDF processor to a format that does not support optional content (for example, a raster image format).
| |
Lang |
Gets or sets a text string that specifies a language and possibly a locale. For example, es-MX represents Mexican Spanish.
| |
PageElementSubtype |
Gets or sets the page element subtype that shall be a name that is either HF (header/footer), FG (foreground image or graphics), BG (background image or graphics), or L (logo).
| |
PreferredLang |
Gets or sets a value that shall be either ON or OFF. Default value: OFF. It shall be used by PDF processors when there is a partial match but no exact match between the system language and the language strings in all usage properties.
| |
PrintState |
Gets or sets the state that shall be either ON or OFF, indicating that the group shall be set to that state when the document is printed.
| |
PrintSubtype |
Gets or sets a string specifying the kind of content controlled by the group; for example, Trapping, PrintersMarks or Watermark.
| |
ResourceType |
Gets the resource type.
(Inherited from Resource.) | |
UserNames |
Gets or sets an array of text strings representing the name(s) of the individual, position or organisation.
| |
UserType |
Gets or sets the user type that shall be either Ind (individual), Ttl (title or position), or Org (organisation).
| |
ViewState |
Gets or sets a state that shall have a value of either ON or OFF, indicating the state of the group when the document is first opened by a PDF processor.
| |
Zoom |
Gets or sets an array specifying a range of magnifications at which the content in this optional content group is best viewed. It shall contain one or both of the following entries:
0th element - The minimum recommended magnification factor at which the group shall be ON.Default value: 0.
1th element - The magnification factor below which the group shall be ON.Default value: infinity.
|
See Also