Accusoft.PdfXpress7.Net
WhichEncodingName Property




The text encoding to use when producing Xfdf packets.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<ReadOnlyAttribute(False)>
Public Property WhichEncodingName As String
'Usage
 
Dim instance As XfdfOptions
Dim value As String
 
instance.WhichEncodingName = value
 
value = instance.WhichEncodingName
[DefaultValueAttribute()]
[ReadOnlyAttribute(false)]
public string WhichEncodingName {get; set;}
[DefaultValueAttribute()]
[ReadOnlyAttribute(false)]
public: __property string* get_WhichEncodingName();
public: __property void set_WhichEncodingName( 
   string* value
);
[DefaultValueAttribute()]
[ReadOnlyAttribute(false)]
public:
property String^ WhichEncodingName {
   String^ get();
   void set (    String^ value);
}
Remarks

Default value: "UTF-16"

See Also

Reference

XfdfOptions Class
XfdfOptions Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback