Class PdfArtifactSubType
Represents the subtype of the artifact
Inheritance
System.Object
PdfArtifactSubType
Namespace: Syncfusion.Pdf
Assembly: Syncfusion.Pdf.NET.dll
Syntax
public sealed class PdfArtifactSubType : Enum
Fields
Footer
Represents the subtype of the artifact as footer
Declaration
public const PdfArtifactSubType Footer
Field Value
Type |
---|
PdfArtifactSubType |
Header
Represents the subtype of the artifact as header
Declaration
public const PdfArtifactSubType Header
Field Value
Type |
---|
PdfArtifactSubType |
None
Represents the subtype of the artifact as none
Declaration
public const PdfArtifactSubType None
Field Value
Type |
---|
PdfArtifactSubType |
Watermark
Represents the subtype of the artifact as watermark
Declaration
public const PdfArtifactSubType Watermark
Field Value
Type |
---|
PdfArtifactSubType |