Leadtools.Pdfアセンブリ > Leadtools.Pdf名前空間 > PDFFileクラス :DocumentPropertiesプロパティ |
public PDFDocumentProperties DocumentProperties {get; set;}
'Declaration
Public Property DocumentProperties As PDFDocumentProperties
'Usage
Dim instance As PDFFile Dim value As PDFDocumentProperties instance.DocumentProperties = value value = instance.DocumentProperties
public: property PDFDocumentProperties^ DocumentProperties { PDFDocumentProperties^ get(); void set ( PDFDocumentProperties^ value); }
このプロパティは、複数の方向でこのPDFFileにより用いられます:
ロードメソッドを呼び出したあと、このプロパティはFileNameでPDF文書ファイル名プロパティセットで値を入力されます。
ロードしたプロパティを使用し、修正する、または独自のオブジェクトを完全に設定して、コンバート、Distill、MergeWith、ExtractPages、DeletePages、InsertPagesFromとReplacePagesFromのメソッドを使用することで、作成したり更新したりしたPDFのプロパティを更新することもできます。
サンプルのために、参照しますPDFFile。