DioDocs for PDF
LayerExportState 列挙体

DS.Documents.Pdf アセンブリ > GrapeCity.Documents.Pdf.Layers 名前空間 : LayerExportState 列挙体
レイヤーのエクスポート状態を定義します。
シンタックス
'宣言
 
Public Enum LayerExportState 
   Inherits System.Enum
public enum LayerExportState : System.Enum 
メンバ
メンバ解説
Alwaysレイヤーは常にエクスポートされます。
ExportIfVisibleレイヤーが表示されている場合はエクスポートします。
Neverレイヤーがエクスポートされません。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Pdf.Layers.LayerExportState

参照

GrapeCity.Documents.Pdf.Layers 名前空間