| PdfPrint Class |
Represents the Print entry of the
PdfOCUsage class.
Inheritance Hierarchy Namespace: Patagames.Pdf.Net.Wrappers.OptionalContentAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax public class PdfPrint : PdfWrapper
Public Class PdfPrint
Inherits PdfWrapper
public ref class PdfPrint : public PdfWrapper
type PdfPrint =
class
inherit PdfWrapper
end
public class PdfPrint extends PdfWrapper
Patagames.Pdf.Net.Wrappers.OptionalContent.PdfPrint = function();
Type.createClass(
'Patagames.Pdf.Net.Wrappers.OptionalContent.PdfPrint',
Patagames.Pdf.Net.Wrappers.PdfWrapper);
The PdfPrint type exposes the following members.
Constructors Properties | Name | Description |
---|
| PrintState |
Gets or sets a flag indicating that the group should be set to ON or OFF state when the document is printed from a viewer application.
|
| Subtype |
Gets or sets a value indicating the type of content controlled by the group intended for use in printing; for example, Trapping, PrintersMarks and Watermark.
|
TopRemarks
A Print dictionary specifying that the content in this group is intended for use in printing.
The recommended state of the optional content group is the value of the PrintState property.
If PrintState is not present, the state of the optional content group is left unchanged.
Please see remarks section at
PdfOCAutoState for more details.
See Also