DioDocs for PDF
GcGraphicsFeatures 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 : GcGraphicsFeatures 列挙体
For internal use. Defines optional features that may be supported by a GcGraphics implementation.
シンタックス
'宣言
 
Public Enum GcGraphicsFeatures 
   Inherits System.Enum
public enum GcGraphicsFeatures : System.Enum 
メンバ
メンバ解説
NoneNo features.
SupportsBlendModeIndicates whether the graphics supports the GcGraphics.BlendMode property.
SupportsTransparencyGroupsIndicates whether the graphics supports transparency groups, implementing the following methods: GcGraphics.CreateTransparencyGroup, GcGraphics.CreateTransparencyMask.
SupportsTransparencyLayersIndicates whether the graphics supports creating transparency layers and merging those layers with the backplate, see GcGraphics.PushTransparencyLayer and GcGraphics.PopTransparencyLayer.
UsePatternInPdfTillingIndicates whether the PDF tilling should be implemented using pattern filling, otherwise the PDF tile content stream will be repeated for whole filled area.
VectorIndicates whether the graphics is a vector graphics (raster otherwise).
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Drawing.GcGraphicsFeatures

参照

GrapeCity.Documents.Drawing 名前空間