PDFViewerControl Methods
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
The PDFViewerControl type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddSelection | Adds selection rectangle in pixels. | |
AddSelectionAndUserData(SelectionData) | Adds selection and associated user object as SelectionData object. | |
AddSelectionAndUserData(IListSelectionData) | Adds selection and associated user object as list of SelectionData objects. | |
AddSelectionInPoints | Adds selection rectangle in PDF Points (1 Point = 1/72 in.). | |
BeginInvoke(Delegate) | (Inherited from Control.) | |
BeginInvoke(Delegate, Object) | (Inherited from Control.) | |
BringToFront | (Inherited from Control.) | |
Clear | Clears the content of PDFViewerControl and releases resources. | |
ClearSelection | Clears the selection rectangle. | |
Contains | (Inherited from Control.) | |
Copy | Copies selected text to the clipboard. | |
CreateControl | (Inherited from Control.) | |
CreateGraphics | (Inherited from Control.) | |
CreateObjRef | (Inherited from MarshalByRefObject.) | |
Dispose | (Inherited from Component.) | |
DoDragDrop | (Inherited from Control.) | |
DrawToBitmap | (Inherited from Control.) | |
EndInvoke | (Inherited from Control.) | |
Equals | (Inherited from Object.) | |
Find(String) | Finds the specified text in the document starting from currently selected page. | |
Find(String, TextSearchFeedbackType) | Finds the specified text in the document starting from currently selected page. | |
FindForm | (Inherited from Control.) | |
FirstPage | Shows first page. | |
FitPage | Fits the document into window. | |
FitWidth | Fits the document into window by width. | |
Focus | (Inherited from Control.) | |
GetChildAtPoint(Point) | (Inherited from Control.) | |
GetChildAtPoint(Point, GetChildAtPointSkip) | (Inherited from Control.) | |
GetContainerControl | (Inherited from Control.) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetNextControl | (Inherited from Control.) | |
GetPageRectangle | Returns size of current document page in PDF documents point units (1/72"). | |
GetPreferredSize | (Inherited from Control.) | |
GetSelectedText | Returns text from selection rectangle. | |
GetSelection | Returns array of selection rectangles in pixels. In single-select mode the array always contains one rectangle. | |
GetSelectionAndUserData | Returns selection rectangles and associated user objects as array of SelectionData objects. | |
GetSelectionInPoints | Returns array of selection rectangles in PDF Points (1 Point = 1/72 in.) | |
GetType | (Inherited from Object.) | |
Hide | (Inherited from Control.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
Invalidate | (Inherited from Control.) | |
Invalidate(Region) | (Inherited from Control.) | |
Invalidate(Boolean) | (Inherited from Control.) | |
Invalidate(Rectangle) | (Inherited from Control.) | |
Invalidate(Region, Boolean) | (Inherited from Control.) | |
Invalidate(Rectangle, Boolean) | (Inherited from Control.) | |
Invoke(Delegate) | (Inherited from Control.) | |
Invoke(Delegate, Object) | (Inherited from Control.) | |
LastPage | Shows last page. | |
NextPage | Shows next page. | |
PerformAutoScale | (Inherited from ContainerControl.) | |
PerformLayout | (Inherited from Control.) | |
PerformLayout(Control, String) | (Inherited from Control.) | |
PointToClient | (Inherited from Control.) | |
PointToScreen | (Inherited from Control.) | |
PreProcessControlMessage | (Inherited from Control.) | |
PreProcessMessage | (Inherited from Control.) | |
PrevPage | Shows previous page. | |
RectangleToClient | (Inherited from Control.) | |
RectangleToScreen | (Inherited from Control.) | |
Refresh | (Inherited from Control.) | |
RemoveSelectionAt | Removes selection at specified index. | |
ResetBackColor | Resets the BackColor property to its default value. (Overrides ControlResetBackColor.) | |
ResetBindings | (Inherited from Control.) | |
ResetCursor | (Inherited from Control.) | |
ResetFont | (Inherited from Control.) | |
ResetForeColor | (Inherited from Control.) | |
ResetImeMode | (Inherited from Control.) | |
ResetRightToLeft | (Inherited from Control.) | |
ResetRotation | Reset rotation to default. | |
ResetText | (Inherited from Control.) | |
ResumeLayout | (Inherited from Control.) | |
ResumeLayout(Boolean) | (Inherited from Control.) | |
Rotate180 | Rotate the document 180 degrees. | |
RotateLeft | Rotate the document 90 degrees to the left. | |
RotateRight | Rotate the document 90 degrees to the right. | |
Scale(Single) | Obsolete. (Inherited from Control.) | |
Scale(SizeF) | (Inherited from Control.) | |
Scale(Single, Single) | Obsolete. (Inherited from Control.) | |
ScrollControlIntoView | (Inherited from ScrollableControl.) | |
Select | (Inherited from Control.) | |
SelectNextControl | (Inherited from Control.) | |
SendToBack | (Inherited from Control.) | |
SetAutoScrollMargin | (Inherited from ScrollableControl.) | |
SetBounds(Int32, Int32, Int32, Int32) | (Inherited from Control.) | |
SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified) | (Inherited from Control.) | |
SetScale | Sets the document scale. | |
SetSelection | Sets selection rectangles in pixels. In single-select mode the control will take only the first rectangle in the list. | |
SetSelectionAndUserData | Sets selection rectangles and associated user objects. | |
SetSelectionInPoints | Sets the selection rectangles in PDF Points (1 Point = 1/72 in.) | |
Show | (Inherited from Control.) | |
SuspendLayout | (Inherited from Control.) | |
ToString | (Inherited from Component.) | |
TranslatePointFromPointsToPixels | Translates point coordinates from PDF documents point units (1/72") to display pixels. | |
TranslatePointToDocumentPoints | Translates point coordinates to PDF document's coordinates (Points, 1 Point = 1/72 in.). | |
TranslatePointToViewport | Translates point coordinates to component's canvas coordinates. Might be useful in CustomPaint event. | |
TranslateRectangleFromPointsToPixels | Translates rectangle from PDF documents points (1/72") to display pixels. | |
TranslateRectangleToDocumentPoints | Translates rectangle coordinates to PDF document's coordinates (Points, 1 Point = 1/72 in.). | |
TranslateRectangleToViewport | Translates coordinates of rectangle to component's canvas coordinates. Might be useful in CustomPaint event. | |
Update | (Inherited from Control.) | |
UpdateSelectionUserData | Updates user object associated with the selection at the specified index. | |
Validate | (Inherited from ContainerControl.) | |
Validate(Boolean) | (Inherited from ContainerControl.) | |
ValidateChildren | (Inherited from UserControl.) | |
ValidateChildren(ValidationConstraints) | (Inherited from UserControl.) | |
ZoomIn | Zooms the document in by 10%. | |
ZoomOut | Zooms the document out by 10%. | |
ZoomOut(Int32) |
See Also