Accusoft.NotateXpress13.Net
Mapping Property (LoadOptions)




Gets and sets the coordinate mapping conversion system that is used when loading XFDF annotations.

This property is only used when loading annotations from XFDF in order to handle the rotation of the PDF.

Syntax
'Declaration
 
Public Property Mapping As Mapping
'Usage
 
Dim instance As LoadOptions
Dim value As Mapping
 
instance.Mapping = value
 
value = instance.Mapping
public Mapping Mapping {get; set;}
public: __property Mapping get_Mapping();
public: __property void set_Mapping( 
   Mapping value
);
public:
property Mapping Mapping {
   Mapping get();
   void set (    Mapping value);
}

Property Value

The Mapping enumeration value set.
Remarks

This property is only used when loading annotations from XFDF in order to handle the rotation of the PDF.

See Also

Reference

LoadOptions Class
LoadOptions Members
Mapping Property

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback