Click or drag to resize
GridPdfSettings Class
Inheritance Hierarchy
SystemObject
  ObjectWithState
    Kettic.AspNet.ControlsGridPdfSettings

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class GridPdfSettings : ObjectWithState

The GridPdfSettings type exposes the following members.

Constructors
  NameDescription
Public methodGridPdfSettings
Top
Properties
  NameDescription
Public propertyAllowAdd
Public propertyAllowCopy
Public propertyAllowModify
Public propertyAllowPrinting
Public propertyAuthor
Public propertyCreator
Public propertyFontType

This property describes the different types of font embedding: Link, Embed and Subset.

Public propertyKeywords
Public propertyPageBottomMargin
Public propertyPageFooterMargin
Public propertyPageHeaderMargin
Public propertyPageHeight
Gets or sets the physical height of the paper when export to PDF.
Public propertyPageLeftMargin
Public propertyPageRightMargin
Public propertyPageTitle
Public propertyPageTopMargin
Public propertyPageWidth
Gets or sets the physical width of the paper when export to PDF.
Public propertyPaperSize
Gets or sets the physical paper sieze when export to PDF.
Public propertyProducer
Public propertySubject
Public propertyTitle
Public propertyUserPassword
Top
See Also