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. | |
AutoScrollPosition | Gets or sets the location of the auto-scroll position. | |
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. | |
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 | |
LoadingIconText | Gets or sets loading icon text in progressive rendering mode | |
MouseMode | Gets or sets mouse mode for pdf viewer 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 padding within the control. | |
PageAlign | Gets or sets the alignment of page in the 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 | |
PageMargin | Specifies space between pages margins | |
PageSeparatorColor | Gets or sets the page separator color. | |
RenderFlags | Gets or sets a RenderFlags. None for normal display, or combination of RenderFlags | |
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 | |
ViewMode | Control how the PdfViewer will display pages | |
Zoom | This property allows you to scale the PDF page. To take effect the SizeMode property should be Zoom |