Accusoft.PdfXpress7.Net
ArtifactType Property




Gets and sets the Text of the PageArtifact to be added to the PDF.
Syntax
'Declaration
 
Public Property ArtifactType As TypeOfArtifact
'Usage
 
Dim instance As PageArtifactOptions
Dim value As TypeOfArtifact
 
instance.ArtifactType = value
 
value = instance.ArtifactType
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);
}
Remarks

The default value is "".

See Also

Reference

PageArtifactOptions Class
PageArtifactOptions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback