GrapeCity ActiveReports for .NET 14.0J
PdfDocumentOptions クラス
メンバ  使用例 

GrapeCity.ActiveReports.Export.Pdf アセンブリ > GrapeCity.ActiveReports.Export.Pdf.Section 名前空間 : PdfDocumentOptions クラス
出力するPDFドキュメントの属性情報とビューワの表示形態をカプセル化します。
オブジェクト モデル
PdfDocumentOptions クラス
シンタックス
'宣言
 
Public NotInheritable Class PdfDocumentOptions 
public sealed class PdfDocumentOptions 
使用例
GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport p = new GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport();
p.Options.Application = "Mortimer's Reporting Software";
p.Options.Author = "Mortimer";
p.Options.CenterWindow = true;
p.Options.DisplayMode = GrapeCity.ActiveReports.Export.Pdf.Section.DisplayMode.Thumbs;
p.Options.DisplayTitle = true;
p.Options.FitWindow = true;
p.Options.HideMenubar = true;
p.Options.HideToolbar = true;
p.Options.HideWindowUI = true;
p.Options.Keywords = "annual";
Dim p As New GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport
With p.Options
    .Application = "Mortimer's Reporting Software"
    .Author = "Mortimer"
    .CenterWindow = True
    .DisplayMode = GrapeCity.ActiveReports.Export.Pdf.Section.DisplayMode.Thumbs
    .DisplayTitle = True
    .FitWindow = True
    .HideMenubar = True
    .HideToolbar = True
    .HideWindowUI = True
    .Keywords = "annual"
継承階層

System.Object
   GrapeCity.ActiveReports.Export.Pdf.Section.PdfDocumentOptions

参照

PdfDocumentOptions メンバ
GrapeCity.ActiveReports.Export.Pdf.Section 名前空間