| PdfOCUsagePrint Property |
Gets or sets an object specifying that the content in this group is intended for use in printing.
Namespace: Patagames.Pdf.Net.Wrappers.OptionalContentAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax public PdfPrint Print { get; set; }
Public Property Print As PdfPrint
Get
Set
public:
property PdfPrint^ Print {
PdfPrint^ get ();
void set (PdfPrint^ value);
}
member Print : PdfPrint with get, set
/** @property */
public PdfPrint get_Print()
/** @property */
public void set_Print(PdfPrint value)
function get_Print();
function set_Print(value);
Property Value
PdfPrintOptional.
See Also