Accusoft.PdfXpressSdk Namespace : ZOrder Enumeration |
'Declaration Public Enum ZOrder Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As ZOrder
public enum ZOrder : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
__value public enum ZOrder : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
public enum class ZOrder : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Value | Description |
---|---|---|
Back | 0 | Back means the PageArtifact will be behind the page and has a value of 0. |
Front | 1 | Front means the PageArtifact will be in front of the page and has a value of 1. |
System.Object
System.ValueType
System.Enum
Accusoft.PdfXpressSdk.ZOrder