GisLoadOptions
GisLoadOptions class
Options for loading GIS documents.
public class GisLoadOptions : LoadOptions
Constructors
Properties
Name |
Description |
Format { get; set; } |
Input document file type. |
virtual Format { get; } |
Input document file type. |
Height { get; set; } |
Sets desired page height for converting GIS document. Default is 1000. |
Width { get; set; } |
Sets desired page width for converting GIS document. Default is 1000. |
Methods
Name |
Description |
override Equals(object) |
Determines whether two object instances are equal. |
virtual Equals(ValueObject) |
Determines whether two object instances are equal. |
override GetHashCode() |
Serves as the default hash function. |
See Also