Accusoft.PdfXpress7.Net
ArtifactType Property




Gets and sets the Text of the PageArtifact to be added to the PDF.
Syntax
public TypeOfArtifact ArtifactType {get; set;}
public: __property TypeOfArtifact get_ArtifactType();
public: __property void set_ArtifactType( 
   TypeOfArtifact value
);
public:
property TypeOfArtifact ArtifactType {
   TypeOfArtifact get();
   void set (    TypeOfArtifact value);
}
'Declaration
 
Public Property ArtifactType As TypeOfArtifact
 
'Usage
 
Dim instance As PageArtifactOptions
Dim value As TypeOfArtifact
 
instance.ArtifactType = value
 
value = instance.ArtifactType
Remarks

The default value is "".

See Also

Reference

PageArtifactOptions Class
PageArtifactOptions Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback