[]
        
(Showing Draft Content)

C1.Win.C1Document.Forms.OutputRangeForm

OutputRangeForm Class

Represents a form that can be used to enter a range of pages.

Namespace: C1.Win.C1Document.Forms
Assembly: C1.Win.C1Document.4.8.dll
Syntax
public class OutputRangeForm : BaseForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl

Constructors

Name Description
OutputRangeForm()

Initializes a new instance of the OutputRangeForm class.

Fields

Name Description
m_btnCancel
m_btnOk
m_chkInverted
m_lblFrom
m_lblTo
m_numFromPageNumber
m_numToPageNumber
m_rbtnAll
m_rbtnPageList
m_rbtnPageRange
m_txtPageList

Properties

Name Description
AllowAll

Gets or sets a value indicating whether the "allow all pages" option is available.

AllowInverted

Gets or sets a value indicating whether the "inverted list" option is available.

AllowPageList

Gets or sets a value indicating whether the "page list" option is available.

AllowPageRange

Gets or sets a value indicating whether the "page range" option is available.

Methods

Name Description
BuildOutputRange()

Builds an output range based on the input data.

CreateForm(Type, Type)

Creates an instance of the OutputRangeForm or derived type.

Dispose(bool)

Clean up any resources being used.

SetOutputRange(OutputRange, int?)

Assigns the output range.