'Declaration Public Overrides Function CanConvertToSvgOptimally( _
ByVal pageIndexThe zero-based page index in image/document source.As System.Int32, _
ByVal renderingSettingsRendering settings used for conversion.As RenderingSettings _
) As Boolean
public override bool CanConvertToSvgOptimally(
System.Int32 pageIndex,
RenderingSettings renderingSettings
)
public: bool CanConvertToSvgOptimally(
System.Int32 pageIndex,
RenderingSettings* renderingSettings
); override
public:
bool CanConvertToSvgOptimally(
System.Int32 pageIndex,
RenderingSettings^ renderingSettings
); override
Parameters
- pageIndex
- The zero-based page index in image/document source.
- renderingSettings
- Rendering settings used for conversion.
Return Value
True if this decoder can convert PDF page with specified index to SVG optimally; otherwise, false.