名前 | 解説 | |
---|---|---|
AcceptButton | Gets the C1.C1Preview.RenderInputButton object representing the accept button in the current document (the first C1.C1Preview.RenderInputButton object with C1.C1Preview.RenderInputButton.AcceptButton property set to true). C1.C1Preview.C1PrintDocumentから継承されます。 | |
ActualCreationDevice | Gets the actual measurement device which was used to generate the document. This device can differ from the one specified by C1.C1Preview.C1PrintDocument.CreationDevice, for example if C1.C1Preview.C1PrintDocument.CreationDevice was set to C1.C1Preview.MeasurementDeviceEnum.Printer but the current system has no printers installed. C1.C1Preview.C1PrintDocumentから継承されます。 | |
ActualCreationPrinterName | Gets the name of the actual measurement printer which was used to generate the document. This can differ from the name specified by C1.C1Preview.C1PrintDocument.CreationPrinterName, for example if the report was rendered on a system with no such printer. C1.C1Preview.C1PrintDocumentから継承されます。 | |
AddWarningsWhenErrorInScript | Gets or sets a value indicating whether to add messages to the current document's C1.C1Preview.C1PrintDocument.Warnings collection when script errors are found.
The default value is false. C1.C1Preview.C1PrintDocumentから継承されます。 | |
AllowNonReflowableDocs | Gets or sets a value indicating whether methods can be called on the current document that would result in the document becoming non-reflowable (such as C1.C1Preview.C1PrintDocument.NewPage). If this property is false, calling such methods throws an exception. If this property is true, calling such methods sets the C1.C1Preview.C1PrintDocument.Reflowable flag to false on the current document.
The default value is false. C1.C1Preview.C1PrintDocumentから継承されます。 | |
AutoEmbedFonts | This property is obsolete. Gets or sets a value indicating whether the C1.C1Preview.C1PrintDocument.EmbeddedFonts collection will be automatically filled with fonts used in the document during document generation.The default value is false. C1.C1Preview.C1PrintDocumentから継承されます。 | |
AvailableBlockFlowHeight | An amount of available vertical space in the block flow in the currently generating page area, value specified in the ResolvedUnit units. Returns -1 if document in not generating state. C1.C1Preview.C1PrintDocumentから継承されます。 | |
AvailableBlockFlowWidth | An amount of available horizontal space in the block flow in the currently generating page area, value specified in the ResolvedUnit units. Returns -1 if document in not generating state. C1.C1Preview.C1PrintDocumentから継承されます。 | |
Body | Gets the C1.C1Preview.DocumentBody object representing the body of the current document. C1.C1Preview.C1PrintDocumentから継承されます。 | |
BusyState | Gets the current busy state of the current document. C1.C1Preview.C1PrintDocumentから継承されます。 | |
Cancel | Gets or sets a value indicating whether to cancel the generation of the current document. Note that this property is useful only if C1.C1Preview.C1PrintDocument.DoEvents is set to true. C1.C1Preview.C1PrintDocumentから継承されます。 | |
ClipPage | Gets or sets a value indicating whether to clip the content of the current document to page margins.
The default value is false. C1.C1Preview.C1PrintDocumentから継承されます。 | |
CompatibilityOptions | Gets the C1.C1Preview.C1PrintDocument.CompatibilityOptions object which determines compatibility with previous versions of C1PrintDocument. C1.C1Preview.C1PrintDocumentから継承されます。 | |
Container | System.ComponentModel.Componentから継承されます。 | |
CreationDevice | Gets or sets the type of device that is used to provide reference graphics when generating the document. If this property is set to C1.C1Preview.MeasurementDeviceEnum.Printer, C1.C1Preview.C1PrintDocument.CreationPrinterName specifies the printer. C1.C1Preview.C1PrintDocumentから継承されます。 | |
CreationDpi | Gets or sets the resolution (DPI) used when generating the document.
Note that if C1.C1Preview.C1PrintDocument.ResolvedUnit is C1.C1Preview.UnitTypeEnum.Pixel, this is also the resolution of ResolvedUnit pixels. C1.C1Preview.C1PrintDocumentから継承されます。 | |
CreationGraphics | Gets or sets the System.Drawing.Graphics object to use as reference when generating the report. This Graphics is used to calculate text sizes, measure RTF text, and so on. C1.C1Preview.C1PrintDocumentから継承されます。 | |
CreationMode | Gets the document creation mode. C1.C1Preview.C1PrintDocumentから継承されます。 | |
CreationPrinterName | Gets or sets the name of the printer that is used to provide reference graphics when generating the document.
This property is only used if C1.C1Preview.C1PrintDocument.CreationDevice is set to C1.C1Preview.MeasurementDeviceEnum.Printer. Set this property to null to select the reference printer automatically. C1.C1Preview.C1PrintDocumentから継承されます。 | |
CurrentBlockGraphics | Gets the current Graphics object created by the last call to C1.C1Preview.C1PrintDocument.RenderBlockGraphicsBegin. C1.C1Preview.C1PrintDocumentから継承されます。 | |
CurrentBlockRenderGraphics | Gets the current C1.C1Preview.RenderGraphics object created by the last call to C1.C1Preview.C1PrintDocument.RenderBlockGraphicsBegin. C1.C1Preview.C1PrintDocumentから継承されます。 | |
CurrentDirectGraphics | Gets the current Graphics object created by the last call to C1.C1Preview.C1PrintDocument.RenderDirectGraphicsBegin. C1.C1Preview.C1PrintDocumentから継承されます。 | |
CurrentDirectRenderGraphics | Gets the current C1.C1Preview.RenderGraphics object created by the last call to C1.C1Preview.C1PrintDocument.RenderDirectGraphicsBegin. C1.C1Preview.C1PrintDocumentから継承されます。 | |
CurrentPage | Gets the current generating page, returns null if document in not generating state. C1.C1Preview.C1PrintDocumentから継承されます。 | |
CurrentPageArea | Gets the current generating area of page, returns null if document in not generating state. C1.C1Preview.C1PrintDocumentから継承されます。 | |
CurrentPageLayout | Gets the effective layout for the current page. That layout is automatically built on the fly by merging all applicable layouts defined for the current document in C1.C1Preview.C1PrintDocument.PageLayouts. You may change the properties on CurrentPageLayout programmatically. The changes will be effective immediately if they are made in the C1.C1Preview.C1PrintDocument.PageConfigure event handler, otherwise they will take effect for the next added page.
Note that this property is only available during document generation, at other times null is returned. C1.C1Preview.C1PrintDocumentから継承されます。 | |
DataSchema | Gets the C1.C1Preview.DataBinding.C1DataSchema object representing the data schema built into the current document. C1.C1Preview.C1PrintDocumentから継承されます。 | |
DefaultUnit | Gets or sets the default unit of measurement for the current document. This unit is used when sizes or coordinates of objects within the document are set without specifying the unit of measurement explicitly.
The default value is C1.C1Preview.UnitTypeEnum.Inch. C1.C1Preview.C1PrintDocumentから継承されます。 | |
Dictionary | Gets the current document's C1.C1Preview.Dictionary. The Dictionary can be used to contain reused resources (e.g. images used in multiple places in the document). C1.C1Preview.C1PrintDocumentから継承されます。 | |
DisableUserReflow | Gets or sets a value indicating whether the end user should be prevented from reflowing the document with different page settings. This property is only a hint to the document viewer.
The default value is false (i.e. reflow is allowed). C1.C1Preview.C1PrintDocumentから継承されます。 | |
Document | Gets a System.Drawing.Printing.PrintDocument object that can be used to render the current document into a standard print preview control. Not needed and not recommended if you're using ComponentOne preview controls. C1.C1Preview.C1PrintDocumentから継承されます。 | |
DocumentDirectoryName | Gets the directory of the C1.C1Preview.C1PrintDocument.DocumentFileName. C1.C1Preview.C1PrintDocumentから継承されます。 | |
DocumentEndedScript | Gets or sets the script that is executed when the current document has finished generating. C1.C1Preview.C1PrintDocumentから継承されます。 | |
DocumentFileName | Gets the file name associated with the current document (i.e. the document was either loaded from that file, or saved to it). C1.C1Preview.C1PrintDocumentから継承されます。 | |
DocumentFonts | Gets the collection of C1.C1Preview.DocumentFont objects describing fonts used in the current document.
This collection is populated automaticallly when the document generates, depending on the value of the C1.C1Preview.C1PrintDocument.FontHandling property on the document. C1.C1Preview.C1PrintDocumentから継承されます。 | |
DocumentInfo | Gets or sets the C1.C1Preview.C1PrintDocument.DocumentInfo object containing the information about the current document (such as author, company, and so on). C1.C1Preview.C1PrintDocumentから継承されます。 | |
DocumentStartingScript | Gets or sets the script that is executed when the current document starts generating. C1.C1Preview.C1PrintDocumentから継承されます。 | |
DoEvents | Gets or sets a value indicating whether the current C1.C1Preview.C1PrintDocument should handle Windows messages while generating.
The default value is false. C1.C1Preview.C1PrintDocumentから継承されます。 | |
EmbeddedFonts | Gets the collection of fonts embedded in the current document.
If C1.C1Preview.C1PrintDocument.FontHandling property on the document has been set to C1.C1Preview.FontHandling.EmbedFonts or C1.C1Preview.FontHandling.EmbedActualFonts, this collection is populated automatically when the document generates. Otherwise, this collection is not populated automatically. But you can add fonts to this collection in code, so that just the added fonts will be embedded in the document. Note that in that case you must also explicitly specify the glyphs to include by calling the C1.C1Preview.EmbeddedFont.AddGlyphs method or any of its overloads. C1.C1Preview.C1PrintDocumentから継承されます。 | |
EmfType | Gets or sets the type of metafiles created by the current document. The default is System.Drawing.Imaging.EmfType.EmfPlusOnly. C1.C1Preview.C1PrintDocumentから継承されます。 | |
ErrorCode | Obsolete. Now gets the Code of the first element in the Warnings collection, or GenerateErrorEnum.None if there are no warnings. C1.C1Preview.C1PrintDocumentから継承されます。 | |
ErrorDesc | Obsolete. Now gets the description of the first element in the Warnings collection, or an empty string if there are no warnings. C1.C1Preview.C1PrintDocumentから継承されます。 | |
ErrorScript | Gets or sets the script that is executed when an error occurs in a script attached to the current document. C1.C1Preview.C1PrintDocumentから継承されます。 | |
ExportProviders | Gets the collection of all registered C1.C1Preview.Export.ExportProvider objects. C1.C1Preview.C1PrintDocumentから継承されます。 | |
FontHandling | Gets or sets a value specifying how font embedding and substitution are handled by the current C1.C1Preview.C1PrintDocument. This property is simply a shortcut to C1.C1Preview.FontProcessingOptions.FontHandling. C1.C1Preview.C1PrintDocumentから継承されます。 | |
FontProcessingOptions | Gets the C1.C1Preview.C1PrintDocument.FontProcessingOptions object which determines how font subtitution and embedding are handled when the document generates. C1.C1Preview.C1PrintDocumentから継承されます。 | |
FormsKeyActionEnter | Gets or sets the action to be performed when the ENTER key is pressed in a C1.Win.C1Preview.C1PreviewPane control which is viewing the current document.
The default value is C1.C1Preview.FormsKeyActionEnterEnum.None. C1.C1Preview.C1PrintDocumentから継承されます。 | |
FormsKeyActionTab | Gets or sets the action to be performed when the TAB key is pressed in a C1.Win.C1Preview.C1PreviewPane control which is viewing the current document.
The default value is C1.C1Preview.FormsKeyActionTabEnum.MoveAccrossDocOut. C1.C1Preview.C1PrintDocumentから継承されます。 | |
FormsStyle | Gets or sets a C1.C1Preview.FormsStyleEnum value specifying the look and feel of input controls in the current document (see types derived from C1.C1Preview.RenderInputBase).
The default value is C1.C1Preview.FormsStyleEnum.Acrobat. C1.C1Preview.C1PrintDocumentから継承されます。 | |
GeneratingComplete | If the current document is generating (see C1.C1Preview.C1PrintDocument.IsGenerating), gets the approximate completion ratio, from 0 (0% complete) to 1 (100% complete). If the document is currently not generating, gets 1. C1.C1Preview.C1PrintDocumentから継承されます。 | |
HasGenerateDocumentHandler | Gets the value indicating whether a handler is attached to the C1.C1Preview.C1PrintDocument.GenerateDocument event of the current document. C1.C1Preview.C1PrintDocumentから継承されます。 | |
IsGenerating | Indicates whether the document is currently being generated. C1.C1Preview.C1PrintDocumentから継承されます。 | |
IsPageCountFinal | Gets a value indicating whether all pages have been added to the document being generated.
For example, if the document has a page footer or header that includes the total page count (of the kind "Page X of Y"), this property gets false while new pages are being added, but true when adding new pages is over and the total page count is being updated on the rendered pages. If the document is currently not generating (see C1.C1Preview.C1PrintDocument.IsGenerating), gets true. C1.C1Preview.C1PrintDocumentから継承されます。 | |
IsStartEndDocMode | Gets a value indicating whether the document is being generated via C1.C1Preview.C1PrintDocument.StartDoc / C1.C1Preview.C1PrintDocument.EndDoc methods. C1.C1Preview.C1PrintDocumentから継承されます。 | |
MaxPages | Gets or sets the value limiting the maximum number of pages in the generated document.
The default value is -1, indicating that the number of pages in the document is unlimited. This property is only taken into account when the document is created using the C1.C1Preview.C1PrintDocument.Generate method. C1.C1Preview.C1PrintDocumentから継承されます。 | |
Outlines | Gets the C1.C1Preview.OutlineNodeCollection representing the collection of C1.C1Preview.OutlineNode objects of the current document. C1.C1Preview.C1PrintDocumentから継承されます。 | |
PageConfigureScript | Gets or sets the script that is executed when a new page is added to the document. This script executes after the page has been added to the C1.C1Preview.C1PrintDocument.Pages collection but before it is resolved (i.e. when the content of the page has not been laid out yet).
This script should be used only to change the page layout. Do not use this script to change the page content, as it may cause errors. C1.C1Preview.C1PrintDocumentから継承されます。 | |
PageLayout | Gets or sets the default page layout for the current document. This property is a shortcut for C1.C1Preview.DocumentPageLayouts.Default. (A page layout includes page settings, page headers and footers, and column definitions.) C1.C1Preview.C1PrintDocumentから継承されます。 | |
PageLayouts | Gets the collection of page layouts used in the current document. In addition to the default layout which is always present, special layouts may be defined for first, last, even and odd pages of the document. The effective layout for each page is then produced by merging all applicable layouts. C1.C1Preview.C1PrintDocumentから継承されます。 | |
PageNumberingChange | Gets or sets the C1.C1Preview.C1PrintDocument.PageNumberingChange object applied to the first page of the document. C1.C1Preview.C1PrintDocumentから継承されます。 | |
Pages | Gets the collection of document's pages. C1.C1Preview.C1PrintDocumentから継承されます。 | |
Reflowable | Gets a value indicating whether the document is reflowable. C1.C1Preview.C1PrintDocumentから継承されます。 | |
ResolvedUnit | Gets or sets the C1.C1Preview.UnitTypeEnum value that will be used to specify the resolved sizes of objects within the current document (e.g. the sizes of C1.C1Preview.RenderFragment objects representing the render objects in the document).
This property cannot be changed when the document is generating (i.e. while C1.C1Preview.C1PrintDocument.IsGenerating returns true). C1.C1Preview.C1PrintDocumentから継承されます。 | |
SampleName | Gets or sets the name of the sample document (shown as watermark text). | |
ScriptingOptions | Gets the ScriptingOptions object defining the scripting options of this C1PrintDocument object. C1.C1Preview.C1PrintDocumentから継承されます。 | |
ShowTagsInputDialog | Gets or sets a value indicating whether a dialog allowing to input values for some or all of the user defined tags (elements of the C1.C1Preview.C1PrintDocument.Tags collection) should be shown to the user before the document generates. To include or exclude tags from the dialog, use C1.C1Preview.Tag.ShowInDialog.
The default value is false. C1.C1Preview.C1PrintDocumentから継承されます。 | |
Site | System.ComponentModel.Componentから継承されます。 | |
Stacking | Gets or sets the top-level stacking rule for the document body.
The default value is C1.C1Preview.StackingRulesEnum.BlockTopToBottom. C1.C1Preview.C1PrintDocumentから継承されます。 | |
Style | Gets the main (root) C1.C1Preview.Style of the current document. C1.C1Preview.C1PrintDocumentから継承されます。 | |
SystemTags | Gets the collection of system tags (objects derived from C1.C1Preview.TagSys) associated with the current document. C1.C1Preview.C1PrintDocumentから継承されます。 | |
TagCloseParen | Gets or sets the string used as the closing parentheses when including references to C1.C1Preview.Tag objects in the current document's texts (e.g. in C1.C1Preview.RenderText.Text or C1.C1Preview.ParagraphText.Text). To include a TagCloseParen string itself in a text, prepend it with the C1.C1Preview.C1PrintDocument.TagEscapeString string.
The default value is "]". C1.C1Preview.C1PrintDocumentから継承されます。 | |
TagEscapeString | Gets or sets the string that can be used to escape C1.C1Preview.C1PrintDocument.TagOpenParen and C1.C1Preview.C1PrintDocument.TagCloseParen. To include a TagEscapeString string itself in a text, duplicate it.
The default value is "\". C1.C1Preview.C1PrintDocumentから継承されます。 | |
TagOpenParen | Gets or sets the string used as the opening parentheses when including references to C1.C1Preview.Tag objects in the current document's texts (e.g. in C1.C1Preview.RenderText.Text or C1.C1Preview.ParagraphText.Text). To include a TagOpenParen string itself in a text, prepend it with the C1.C1Preview.C1PrintDocument.TagEscapeString string.
The default value is "[". C1.C1Preview.C1PrintDocumentから継承されます。 | |
Tags | Gets the C1.C1Preview.TagCollection representing the collection of user-defined C1.C1Preview.Tag objects in the current document. C1.C1Preview.C1PrintDocumentから継承されます。 | |
TagsInputDialogClass | Gets or sets the type of form used to input tag values (the form will be shown if C1.C1Preview.C1PrintDocument.ShowTagsInputDialog is true). The form type must be derived from C1.C1Preview.Forms.TagsInputFormBase. C1.C1Preview.C1PrintDocumentから継承されます。 | |
TagsInputDialogClassName | Gets or sets the type name of form used to input tag values (the form will be shown if C1.C1Preview.C1PrintDocument.ShowTagsInputDialog is true). The form type must be derived from C1.C1Preview.Forms.TagsInputFormBase. C1.C1Preview.C1PrintDocumentから継承されます。 | |
ThrowExceptionOnError | Gets or sets a value indicating whether an exception should be raised if an error occurs while the current document generates. If this property is false, the C1.C1Preview.C1PrintDocument.Generate method will return false if errors occurred while generating, otherwise an exception will be thrown on the first error.
The default value is false. C1.C1Preview.C1PrintDocumentから継承されます。 | |
UsageInfo | Gets the C1.C1Preview.C1PrintDocument.UsageInfo object containing information related to the current document's usage: date/time of generation, file name last used to save or load the document, and so on. C1.C1Preview.C1PrintDocumentから継承されます。 | |
UseGdiPlusTextRendering | Gets or sets a value indicating whether text in the current document should be rendered using the GDI+ text API.
The default value is false. C1.C1Preview.C1PrintDocumentから継承されます。 | |
UserData | Gets or sets arbitrary data associated with the current document. C1.C1Preview.C1PrintDocumentから継承されます。 | |
Warnings | Gets the collection of warnings produced by the document's generation. C1.C1Preview.C1PrintDocumentから継承されます。 |