ArtifactCustomType Property |
Gets name of artifact type. May be used if artifact type is non standard.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic string CustomType { get; set; }
Public Property CustomType As String
Get
Set
public:
property String^ CustomType {
String^ get ();
void set (String^ value);
}
member CustomType : string with get, set
Property Value
Type:
String
See Also