XFINIUM.PDF Documentation
Type Property (PdfStandardArtifactAttribute)



Xfinium.Pdf.LogicalStructure Namespace > PdfStandardArtifactAttribute Class : Type Property
Gets or sets the artifact type.
Syntax
'Declaration
 
Public Property Type As PdfStandardArtifactType
'Usage
 
Dim instance As PdfStandardArtifactAttribute
Dim value As PdfStandardArtifactType
 
instance.Type = value
 
value = instance.Type
public PdfStandardArtifactType Type {get; set;}
public:
property PdfStandardArtifactType Type {
   PdfStandardArtifactType get();
   void set (    PdfStandardArtifactType value);
}

Property Value

A PdfStandardArtifactType enum member specifying the type of artifact that this attribute describes.
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

PdfStandardArtifactAttribute Class
PdfStandardArtifactAttribute Members