 | PdfOCUsageCreatorInfo Property |
Gets or sets an object used by the creating application to store application-specific data associated with the optional content group.
Namespace: Patagames.Pdf.Net.Wrappers.OptionalContentAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PdfCreatorInfo CreatorInfo { get; set; }
Public Property CreatorInfo As PdfCreatorInfo
Get
Set
public:
property PdfCreatorInfo^ CreatorInfo {
PdfCreatorInfo^ get ();
void set (PdfCreatorInfo^ value);
}
member CreatorInfo : PdfCreatorInfo with get, set
/** @property */
public PdfCreatorInfo get_CreatorInfo()
/** @property */
public void set_CreatorInfo(PdfCreatorInfo value)
function get_CreatorInfo();
function set_CreatorInfo(value);
Property Value
PdfCreatorInfoOptional.
See Also