[]
Defines the options specifying that the content to be used when printing.
public class OptionalContentUsage.PrintDef : PdfDictWrapper, IPdfDict
Initializes a new instance of the OptionalContentUsage.PrintDef class.
public PrintDef()
Gets or sets a value indicating that the group shall be set to that state when the document is printed.
public PdfEnum<LayerContentState>? PrintState { get; set; }
Gets or sets a value specifying the kind of content controlled by the group, for example, Trapping, PrintersMarks or Watermark.
public string Subtype { get; set; }