IFileConverter Interface |
Namespace: NetQuarry
The IFileConverter type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreationTime |
The time the file was created
|
![]() | Height |
Gets/sets the height of the document in pixels.
|
![]() | Width |
Gets/sets the width of the document in pixels.
|
Name | Description | |
---|---|---|
![]() | Convert(Stream, Encoding, ConversionOutputType, DocumentOptions) |
Convert stream input to output type returning an array of bytes.
|
![]() | Convert(String, ConversionSourceType, ConversionOutputType, DocumentOptions) |
Convert string input to output type returning an array of bytes.
|
![]() | Convert(Stream, Stream, Encoding, ConversionOutputType, DocumentOptions) |
Convert stream input to output type writing to the output stream.
|
![]() | Convert(Stream, Encoding, String, ConversionOutputType, DocumentOptions) |
Convert stream input to output type and write to disk.
|
![]() | Convert(String, Stream, ConversionSourceType, ConversionOutputType, DocumentOptions) |
Convert string input to output type writing to output stream
|
![]() | Convert(String, String, ConversionSourceType, ConversionOutputType, DocumentOptions) |
Convert string input to output type and write to disk.
|
![]() | ScriptsEnabled |
Enables Javascript utilization during conversion on/off
|