The C1PrintDocument type exposes the following members.

Properties

  NameDescription
AutoDisposeRenderObjects
AvailableBlockFlowHeight
Value of AvailableBlockFlowHeightUnit
AvailableBlockFlowHeightUnit
An amount of available vertical space in the block flow in the currently generating column
BodyAreaSize
BodyAreaSizeUnit represented in DefaultUnit
BodyAreaSizeUnit
Size of body area (printable area excluding header and footer)
C1DPageSettings
ColumnSpacing
Value of ColumnSpacingUnit
ColumnSpacingStr
String representation of ColumnSpacingUnit
ColumnSpacingUnit
Defines a default spacing between columns. Can be redefined in the PageColumns property.
CurrentColumn
Current generating column number (0-based) or -1 if not in generation.
CurrentColumnWidth
Value of CurrentColumnWidthUnit
CurrentColumnWidthUnit
Returns a width of currently generating column
CurrentPage
Current generating page number (1-based) or -1 if not in generation.
DefaultPaperSize
Gets or sets the default paper size which is selected when new C1PrintDocument object is created.
DefaultUnitOfFrames
Defines a default unit of measurement for RO's frames, namely for spacing and padding. Can be an absolute unit only.
DefaultUnitOfFramesSynchronized
Indicates whether a change of DefaultUnit causes automatic change of DefaultUnitOfFrames to the same value. If DefaultUnit is set to non-absolute unit then this property becomes false automatically.
DocEngine
Currently used document engine.
DocumentInfo
DocumentName
Defines a name of the document in OS printing queue.
EmfType
Gets or sets the value indicating the type of created metafiles.
Events
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
FormsKeyActionEnter
FormsKeyActionTab
GenerateDocumentHandled
Returns true if the GenerateDocument event has a handler.
HyperlinkStyle
Defines a default style of hyperlinks in the document.
InputControls
Use this property to enumerate all input controls within document.
IsGenerating
Indicates whether document is in generating of its content (true between StartDoc/EndDoc calls.)
LastRenderedInfo
Contains a measurement info about the last rendering operation, the same one that was returned by RenderXXX method.
PageColumns
Defines a collection of columns width and spacing definitions. While this collection is empty these column attributes are determined based on ColumnCount and ColumnSpacing properties. Addition members to this collection allows to redefine these attributes for a corresponding number of columns starting from the leftmost one.
PageCount
Returns a number of pages that has been generated so far.
PageLayer
Defines a pege layer where next direct drawing will appear.
PageMetricsChangeAvailable
PageSettings
Page settings
PrintableAreaSize
Returns a size of printable area of a current generating page.
RenderBlockProhibited
RenderDirectProhibited
Style
Defines a style of the document.
StyleTableCell
Defines a style from which StyleTableCell styles of tables are inherited.
Tag
UIStrings
UsePrinterDC
Gets or sets value indicating whether the printer DC should be used to create a metafiles for export.
WorkingPageSettings

See Also