IPrinterView Interface
Provides the base requirements for a text view that is presented on a printed page.
public interface IPrinterView : ITextView
Properties
Margins
Gets the collection of margins that are currently in the view.
IPrinterViewMarginCollection Margins { get; }
Property Value
- IPrinterViewMarginCollection:
The collection of margins that are currently in the view.
PageCount
Gets the total number of printed pages.
PageNumber
Gets the page number that the view represents.
Inherited Members
- ITextView.CreateTagAggregator<T>()
- ITextView.GetAdornmentLayer(AdornmentLayerDefinition)
- ITextView.GetViewLine(int)
- ITextView.GetViewLine(int, bool)
- ITextView.GetViewLine(TextPosition)
- ITextView.GetViewLine(ITextViewLine, int)
- ITextView.GetViewLine(ITextViewLine, int, bool)
- ITextView.InvalidateRender()
- ITextView.OffsetToPosition(int)
- ITextView.PerformLayout()
- ITextView.PositionToOffset(TextPosition)
- ITextView.TransformFromTextArea(Point)
- ITextView.TransformFromTextArea(Rect)
- ITextView.TransformToTextArea(Point)
- ITextView.TransformToTextArea(Rect)
- ITextView.CollapsedRegionManager
- ITextView.CurrentSnapshot
- ITextView.DefaultBackgroundColor
- ITextView.DefaultCharacterWidth
- ITextView.DefaultFontFamilyName
- ITextView.DefaultFontSize
- ITextView.DefaultForegroundColor
- ITextView.DefaultLineHeight
- ITextView.DefaultSpaceWidth
- ITextView.HighlightingStyleRegistry
- ITextView.IsDefaultBackgroundColorLight
- ITextView.IsWhitespaceVisible
- ITextView.Properties
- ITextView.ScrollState
- ITextView.SyntaxEditor
- ITextView.TextAreaPadding
- ITextView.TextAreaSize
- ITextView.TextAreaViewportBounds
- ITextView.UniqueId
- ITextView.VisibleViewLines
- ITextView.VisualElement
- ITextView.ZoomLevel
- ITextView.Closed
- ITextView.MarginsDestroyed
- ITextView.TextAreaLayout