 | PdfOCConfigOrder Property |
Gets or sets an array specifying the recommended order for presentation of optional content groups in a user interface.
Namespace: Patagames.Pdf.Net.Wrappers.OptionalContentAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PdfOCOrderCollection Order { get; set; }
Public Property Order As PdfOCOrderCollection
Get
Set
public:
property PdfOCOrderCollection^ Order {
PdfOCOrderCollection^ get ();
void set (PdfOCOrderCollection^ value);
}
member Order : PdfOCOrderCollection with get, set
/** @property */
public PdfOCOrderCollection get_Order()
/** @property */
public void set_Order(PdfOCOrderCollection value)
function get_Order();
function set_Order(value);
Property Value
PdfOCOrderCollectionOptional.
Remarks
Nested arrays of optional content groups are designed to organize a tree or outline structure.
See Also