CadImageSpecifiedMifEncoding Property |
Gets or sets the specified MIF character encoding
Namespace:
Aspose.CAD.FileFormats.Cad
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic MifCodePages SpecifiedMifEncoding { get; set; }
Public Property SpecifiedMifEncoding As MifCodePages
Get
Set
public:
property MifCodePages SpecifiedMifEncoding {
MifCodePages get ();
void set (MifCodePages value);
}
member SpecifiedMifEncoding : MifCodePages with get, set
Property Value
Type:
MifCodePages
See Also