DioDocs for PDF
SvgImageRendering 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 : SvgImageRendering 列挙体
Provides a hint to the implementation about how to make speed vs. quality tradeoffs as it performs image processing.
シンタックス
'宣言
 
Public Enum SvgImageRendering 
   Inherits System.Enum
public enum SvgImageRendering : System.Enum 
メンバ
メンバ解説
AutoIndicates that the user agent shall make appropriate tradeoffs to balance speed and quality, but quality shall be given more importance than speed.
OptimizeQualityIndicates that the user agent shall emphasize quality over rendering speed.
OptimizeSpeedIndicates that the user agent shall emphasize rendering speed over quality.
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Svg.SvgImageRendering

参照

GrapeCity.Documents.Svg 名前空間