 | PdfOCPropertiesConfigs Property |
Gets or sets an array of alternate optional content configurations for PDF processing applications or features.
Namespace: Patagames.Pdf.Net.Wrappers.OptionalContentAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PdfOCConfigCollection Configs { get; set; }
Public Property Configs As PdfOCConfigCollection
Get
Set
public:
property PdfOCConfigCollection^ Configs {
PdfOCConfigCollection^ get ();
void set (PdfOCConfigCollection^ value);
}
member Configs : PdfOCConfigCollection with get, set
/** @property */
public PdfOCConfigCollection get_Configs()
/** @property */
public void set_Configs(PdfOCConfigCollection value)
function get_Configs();
function set_Configs(value);
Property Value
PdfOCConfigCollectionOptional.
See Also