Pdf |
The PdfViewer type exposes the following members.
Name | Description | |
---|---|---|
AllowSetDocument | Obsolete. Gets or sets a value indicating whether the control can accept PDF document through Document property. | |
CanHorizontallyScroll | Gets or sets a value that indicates whether scrolling on the horizontal axis is possible. | |
CanVerticallyScroll | Gets or sets a value that indicates whether scrolling on the vertical axis is possible. | |
CurrentIndex | Gets or sets the current index of a page in PdfPageCollection | |
CurrentPage | Gets the current PdfPage item by CurrentIndex | |
CurrentPageHighlightColor | Gets or sets the current page highlight color. | |
Document | Gets or sets the PDF document associated with the current PdfViewer control. | |
ExtentHeight | Gets the vertical size of the extent. | |
ExtentWidth | Gets the horizontal size of the extent. | |
FillForms | Gets the Forms object associated with the current PdfViewer control. | |
FormHighlightColor | Gets or set the highlight color of the form fields in the document. | |
FormsBlendMode | Gets or sets blend mode which is used in drawing of acro forms. | |
HighlightedTextInfo | Gets information about highlighted text in a PdfView control | |
HorizontalOffset | Gets the horizontal offset of the scrolled content. | |
LoadingIconText | Gets or sets loading icon text in progressive rendering mode | |
MouseMode | Gets or sets mouse mode for PdfViewer control | |
OptimizedLoadThreshold | Gets or sets the threshold value in the number of pages after which the optimized document load is activated. | |
Padding | Gets or sets the padding inside a control. | |
PageAutoDispose | Gets or sets a value indicating whether the PdfViewer will dispose any pages placed outside of its visible boundaries. | |
PageBackColor | Gets or sets the background color for the control under PDF page. | |
PageBorderColor | Gets or sets the border color of the page | |
PageHAlign | Gets or sets the horizontal alignment of page in the control. | |
PageMargin | Specifies space between pages margins | |
PageSeparatorColor | Gets or sets the page separator color. | |
PageVAlign | Gets or sets the vertical alignment of page in the control. | |
RenderFlags | Gets or sets a RenderFlags. None for normal display, or combination of RenderFlags | |
ScrollOwner | Gets or sets a ScrollViewer element that controls scrolling behavior. | |
SelectedText | Gets selected text from PdfView control | |
SelectInfo | Gets information about selected text in a PdfView control | |
ShowCurrentPageHighlight | Determines whether the current page's highlight is visible or hidden. | |
ShowLoadingIcon | Determines whether the page's loading icon should be shown | |
ShowPageSeparator | Determines whether the page separator is visible or hidden | |
SizeMode | Control how the PdfViewer will handle pages placement and control sizing | |
TextSelectColor | Gets or sets the selection color of the control. | |
TilesCount | Gets or sets visible page count for tiles view mode | |
UseProgressiveRender | If true the progressive rendering is used for render page | |
VerticalOffset | Gets the vertical offset of the scrolled content. | |
ViewMode | Control how the PdfViewer will display pages | |
ViewportHeight | Gets the vertical size of the viewport for this content. | |
ViewportWidth | Gets the horizontal size of the viewport for this content. | |
VisualChildrenCount |
Gets the number of visual child elements within this element.
(Overrides FrameworkElementVisualChildrenCount) | |
Zoom | This property allows you to scale the PDF page. To take effect the SizeMode property should be Zoom |