'Declaration Public Overloads Sub Export( _
ByVal filenameA file name.As System.String, _
ByVal layoutSettingsThe layout settings.As Vintasoft.Imaging.Codecs.Decoders.DocumentLayoutSettings, _
ByVal renderingSettingsThe rendering settings.As Vintasoft.Imaging.Codecs.Decoders.RenderingSettings _
)
public void Export(
System.String filename,
Vintasoft.Imaging.Codecs.Decoders.DocumentLayoutSettings layoutSettings,
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings renderingSettings
)
public: void Export(
System.String filename,
Vintasoft.Imaging.Codecs.Decoders.DocumentLayoutSettings* layoutSettings,
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings* renderingSettings
)
Parameters
- filename
- A file name.
- layoutSettings
- The layout settings.
- renderingSettings
- The rendering settings.