| PdfOCUsageExport Property |
Gets or sets an objects that indicates the recommended state for content in this group when the document (or part of it) is saved by a viewer application to a format that does not support optional content (for example, an earlier version of PDF or a raster image format).
Namespace: Patagames.Pdf.Net.Wrappers.OptionalContentAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax public PdfExport Export { get; set; }
Public Property Export As PdfExport
Get
Set
public:
property PdfExport^ Export {
PdfExport^ get ();
void set (PdfExport^ value);
}
member Export : PdfExport with get, set
/** @property */
public PdfExport get_Export()
/** @property */
public void set_Export(PdfExport value)
function get_Export();
function set_Export(value);
Property Value
PdfExportOptional.
See Also