Class ExportSettings.PDF
Inheritance
System.Object
ExportSettings.PDF
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Export
Assembly: TelerikData.dll
Syntax
public class PDF
Constructors
PDF()
Declaration
public PDF()
Properties
Author
Declaration
public string Author { get; set; }
Property Value
System.String
|
Creator
Declaration
public string Creator { get; set; }
Property Value
System.String
|
EnableAdd
Declaration
public bool EnableAdd { get; set; }
Property Value
System.Boolean
|
EnableCopy
Declaration
public bool EnableCopy { get; set; }
Property Value
System.Boolean
|
EnableModify
Declaration
public bool EnableModify { get; set; }
Property Value
System.Boolean
|
EnablePrinting
Declaration
public bool EnablePrinting { get; set; }
Property Value
System.Boolean
|
FontType
Keywords
Declaration
public StringCollection Keywords { get; }
Property Value
System.Collections.Specialized.StringCollection
|
PageBottomMargin
Declaration
public int PageBottomMargin { get; set; }
Property Value
System.Int32
|
PageFooterMargin
PageHeaderMargin
Declaration
public int PageHeaderMargin { get; set; }
Property Value
System.Int32
|
PageHeight
Set or get pdf page height in milimeters
Declaration
public int PageHeight { get; set; }
Property Value
System.Int32
|
PageLeftMargin
Declaration
public int PageLeftMargin { get; set; }
Property Value
System.Int32
|
PageRightMargin
Declaration
public int PageRightMargin { get; set; }
Property Value
System.Int32
|
PageTopMargin
Declaration
public int PageTopMargin { get; set; }
Property Value
System.Int32
|
PageWidth
Set or get pdf page width in milimeters
Declaration
public int PageWidth { get; set; }
Property Value
System.Int32
|
Producer
Declaration
public string Producer { get; set; }
Property Value
System.String
|
Subject
Declaration
public string Subject { get; set; }
Property Value
System.String
|
Title
Declaration
public string Title { get; set; }
Property Value
System.String
|
Methods
AddKeyword(String)
Add pdf keyword
Declaration
public void AddKeyword(string keyword)
Parameters
System.String
keyword
keyword to add |