'Declaration Public Function CanUseVectorRendering( _
ByVal pageIndexНулевой индекс страницы.As System.Int32, _
ByVal decodingSettingsНастройки декодирования.As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings, _
ByVal renderingSettingsНастройки рендеринга.As Vintasoft.Imaging.Codecs.Decoders.RenderingSettings _
) As Boolean
public bool CanUseVectorRendering(
System.Int32 pageIndex,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings decodingSettings,
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings renderingSettings
)
public: bool CanUseVectorRendering(
System.Int32 pageIndex,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings* decodingSettings,
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings* renderingSettings
)
public:
bool CanUseVectorRendering(
System.Int32 pageIndex,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings^ decodingSettings,
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings^ renderingSettings
)
Parameters
- pageIndex
- Нулевой индекс страницы.
- decodingSettings
- Настройки декодирования.
- renderingSettings
- Настройки рендеринга.
Return Value
True, если можно использовать векторный рендеринг; в противном случае, false.