Class PdfArtifactSubType
Represents the subtype of the artifact
Inheritance
System.Object
PdfArtifactSubType
Namespace: Syncfusion.Pdf
Assembly: Syncfusion.Pdf.Portable.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 | Description |
---|---|
PdfArtifactSubType |
Header
Represents the subtype of the artifact as header
Declaration
public const PdfArtifactSubType Header
Field Value
Type | Description |
---|---|
PdfArtifactSubType |
None
Represents the subtype of the artifact as none
Declaration
public const PdfArtifactSubType None
Field Value
Type | Description |
---|---|
PdfArtifactSubType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
Watermark
Represents the subtype of the artifact as watermark
Declaration
public const PdfArtifactSubType Watermark
Field Value
Type | Description |
---|---|
PdfArtifactSubType |