XFINIUM.PDF Documentation
PdfStandardArtifactType Enumeration



Xfinium.Pdf.LogicalStructure Namespace : PdfStandardArtifactType Enumeration
Specifies the available values for PdfStandardArtifactAttribute.Type property.
Syntax
'Declaration
 
Public Enum PdfStandardArtifactType 
   Inherits System.Enum
'Usage
 
Dim instance As PdfStandardArtifactType
public enum PdfStandardArtifactType : System.Enum 
public enum class PdfStandardArtifactType : public System.Enum 
Members
MemberDescription
InlineInline artifacts enclose artifact content that has context in the document's logical structure, typically, artifacts of subtype PdfStandardArtifactSubtype.LineNum or PdfStandardArtifactSubtype.Redaction.
Layout Layout artifacts are purely cosmetic typographical or design elements such as footnote rules or decorative ornaments.
Page Page artifacts are production aids extraneous to the document itself, such as cut marks and print control patches.
Pagination Pagination artifacts are ancillary page features such as running heads or folios (page numbers).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xfinium.Pdf.LogicalStructure.PdfStandardArtifactType

Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

Xfinium.Pdf.LogicalStructure Namespace