Gets artifact subtype. If artifact has non-standard subtype, name of the subtype may be read via CustomSubtype.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic ArtifactArtifactSubtype Subtype { get; set; }
Public Property Subtype As ArtifactArtifactSubtype
Get
Set
public:
property ArtifactArtifactSubtype Subtype {
ArtifactArtifactSubtype get ();
void set (ArtifactArtifactSubtype value);
}
member Subtype : ArtifactArtifactSubtype with get, set
Property Value
Type:
ArtifactArtifactSubtype
See Also