Class DocumentPrintPresenter
Inheritance
System.Object
DocumentPrintPresenter
Inherited Members
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.WinForms.Documents.UI
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class DocumentPrintPresenter : ContentControl, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, ISupportDrop, IDocumentEditorPresenter, IDisposable, IUILayerContainer
Constructors
DocumentPrintPresenter(PrintSettings)
Properties
IsFocusable
Declaration
public override bool IsFocusable { get; set; }
Property Value
System.Boolean
|
Overrides
IsPrinting
Declaration
public bool IsPrinting { get; set; }
Property Value
System.Boolean
|
Owner
Settings
UILayers
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
DoOnDocumentChanged()
Declaration
public void DoOnDocumentChanged()
Implements
DoOnDocumentChanging()
Declaration
public void DoOnDocumentChanging()
Implements
FocusCaret()
GetDocumentPointFromViewPoint(Point)
Declaration
public Point GetDocumentPointFromViewPoint(Point viewPoint)
Parameters
Point
viewPoint
|
Returns
Point
|
Implements
GetDocumentPositionFromViewPoint(Point)
Declaration
public DocumentPosition GetDocumentPositionFromViewPoint(Point viewPoint)
Parameters
Point
viewPoint
|
Returns
DocumentPosition
|
Implements
GetViewPointFromDocumentPosition(DocumentPosition)
Declaration
public Point GetViewPointFromDocumentPosition(DocumentPosition position)
Parameters
DocumentPosition
position
|
Returns
Point
|
Implements
HideCaret()
HideDropMarker()
IsLayerSupported(IUILayer)
Declaration
public bool IsLayerSupported(IUILayer layer)
Parameters
IUILayer
layer
|
Returns
System.Boolean
|
Implements
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|
Overrides
MoveDropMarker(DocumentPosition)
Declaration
public void MoveDropMarker(DocumentPosition position)
Parameters
DocumentPosition
position
|
Implements
PrintPage(Graphics, Int32, RectangleF)
Declaration
public void PrintPage(Graphics graphics, int pageNumber, RectangleF drawArea)
Parameters
System.Drawing.Graphics
graphics
|
System.Int32
pageNumber
|
System.Drawing.RectangleF
drawArea
|
RecreateUI()
ShowCaret()
ShowDropMarker(DocumentPosition)
Declaration
public void ShowDropMarker(DocumentPosition position)
Parameters
DocumentPosition
position
|
Implements
UpdateCaretSize()
UpdateProofingTextDecoration()
Declaration
public void UpdateProofingTextDecoration()
Implements
Events
PrintingCompleted
Declaration
public event EventHandler<PrintCompletedEventArgs> PrintingCompleted
Event Type
System.EventHandler<PrintCompletedEventArgs>
|
PrintingStarted
Declaration
public event EventHandler PrintingStarted
Event Type
System.EventHandler
|
Explicit Interface Implementations
IUILayerContainer.Owner
Declaration
IDocumentEditorPresenterContainer IUILayerContainer.Owner { get; }
Returns
IDocumentEditorPresenterContainer
|
Implements
IDocumentEditorPresenter.GetCurrentSectionBoundsInView()
IDocumentEditorPresenter.HandlePageDown()
Declaration
void IDocumentEditorPresenter.HandlePageDown()
Implements
IDocumentEditorPresenter.HandlePageUp()
Declaration
void IDocumentEditorPresenter.HandlePageUp()
Implements
IDocumentEditorPresenter.HorizontalOffset
Declaration
double IDocumentEditorPresenter.HorizontalOffset { get; }
Returns
System.Double
|
Implements
IDocumentEditorPresenter.InvalidatePresenterArrange()
Declaration
void IDocumentEditorPresenter.InvalidatePresenterArrange()
Implements
IDocumentEditorPresenter.InvalidatePresenterMeasure()
Declaration
void IDocumentEditorPresenter.InvalidatePresenterMeasure()
Implements
IDocumentEditorPresenter.IsFocused
Declaration
bool IDocumentEditorPresenter.IsFocused { get; }
Returns
System.Boolean
|
Implements
IDocumentEditorPresenter.ScrollableHeight
Declaration
double IDocumentEditorPresenter.ScrollableHeight { get; }
Returns
System.Double
|
Implements
IDocumentEditorPresenter.ScrollableWidth
Declaration
double IDocumentEditorPresenter.ScrollableWidth { get; }
Returns
System.Double
|
Implements
IDocumentEditorPresenter.ScrollToHorizontalOffset(Double)
Declaration
void IDocumentEditorPresenter.ScrollToHorizontalOffset(double offset)
Parameters
System.Double
offset
|
Implements
IDocumentEditorPresenter.ScrollToNote(Note)
IDocumentEditorPresenter.ScrollToVerticalOffset(Double)
Declaration
void IDocumentEditorPresenter.ScrollToVerticalOffset(double offset)
Parameters
System.Double
offset
|
Implements
IDocumentEditorPresenter.UpdateLayout()
Declaration
void IDocumentEditorPresenter.UpdateLayout()
Implements
IDocumentEditorPresenter.UpdateScrollOffsetFromDocumentPosition(DocumentPosition)
Declaration
void IDocumentEditorPresenter.UpdateScrollOffsetFromDocumentPosition(DocumentPosition position)
Parameters
DocumentPosition
position
|
Implements
IDocumentEditorPresenter.VerticalOffset
Declaration
double IDocumentEditorPresenter.VerticalOffset { get; }
Returns
System.Double
|
Implements
IDocumentEditorPresenter.ViewportHeight
Declaration
double IDocumentEditorPresenter.ViewportHeight { get; }
Returns
System.Double
|
Implements
IDocumentEditorPresenter.ViewportWidth
Declaration
double IDocumentEditorPresenter.ViewportWidth { get; }
Returns
System.Double
|