WebConvertOptions
WebConvertOptions class
Options for conversion to Web file type.
public class WebConvertOptions : CommonConvertOptions<WebFileType>
Constructors
Properties
Name |
Description |
EmbedFontResources { get; set; } |
Specifies whether to embed font resources within the main HTML. Default is false. Note: If FixedLayout is set to true, font resources will always be embedded. |
FixedLayout { get; set; } |
If true fixed layout will be used e.g. absolutely positioned html elements Default: true |
FixedLayoutShowBorders { get; set; } |
Show page borders when converting to fixed layout. Default is True. |
Format { get; set; } |
The desired file type the input document should be converted to. |
virtual Format { get; set; } |
Implements Format |
PageNumber { get; set; } |
Implements PageNumber |
Pages { get; set; } |
Implements Pages |
PagesCount { get; set; } |
Implements PagesCount |
UsePdf { get; set; } |
If true , the input firstly is converted to PDF and after that to desired format |
Watermark { get; set; } |
Implements Watermark |
Zoom { get; set; } |
Specifies the zoom level in percentage. Default is 100. |
Methods
Name |
Description |
Clone() |
Clones current options instance. |
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