 | PdfOCGroupIntent Property |
Gets or sets a combination of intent flags.
Namespace: Patagames.Pdf.Net.Wrappers.OptionalContentAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic OCGIntent Intent { get; set; }
Public Property Intent As OCGIntent
Get
Set
public:
property OCGIntent Intent {
OCGIntent get ();
void set (OCGIntent value);
}
member Intent : OCGIntent with get, set
/** @property */
public OCGIntent get_Intent()
/** @property */
public void set_Intent(OCGIntent value)
function get_Intent();
function set_Intent(value);
Property Value
OCGIntentOptional. Default value
View
See Also