Skip to main content
A newer version of this page is available. .

PdfViewerCommandId Members

Lists the values that identify the PDF Viewer commands.

Constructors

Name Description
PdfViewerCommandId(Int32) Initializes a new instance of the PdfViewerCommandId class with the specified value.

Fields

Name Description
Copy static Identifies the PdfCopyCommand.
DeleteAnnotation static Identifies the PdfDeleteAnnotationCommand.
EnlargePageThumbnails static Identifies the PdfEnlargePageThumbnailsCommand.
ExpandCurrentOutline static Identifies the PdfOutlinesExpandCurrentCommand.
ExportFormData static Identifies the PdfExportFormDataCommand.
FindText static Identifies the PdfFindTextCommand.
GotoOutline static Identifies the PdfOutlinesGotoCommand.
HandTool static Identifies the PdfHandToolCommand.
ImportFormData static Identifies the PdfImportFormDataCommand.
MarqueeZoom static Identifies the PdfMarqueeZoomCommand.
NextPage static Identifies the PdfNextPageCommand.
NextView static Identifies the PdfNextViewCommand.
None static An undefined command.
OpenFile static Identifies the PdfOpenFileCommand.
OutlinePrintPages static Identifies the PdfOutlinesPrintPagesCommand.
OutlinePrintSections static Identifies the PdfOutlinesPrintSectionsCommand.
OutlinesExpandCollapseTopLevel static Identifies the PdfOutlinesExpandCollapseTopLevelCommand.
OutlinesTextSizeToLarge static Identifies the PdfOutlinesTextSizeToLargeCommand.
OutlinesTextSizeToMedium static Identifies the PdfOutlinesTextSizeToMediumCommand.
OutlinesTextSizeToSmall static Identifies the PdfOutlinesTextSizeToSmallCommand.
OutlinesWrapLongLines static Identifies the PdfOutlinesWrapLongLinesCommand.
OutlineViewerHideAfterUse static Identifies the PdfOutlinesHideAfterUseCommand.
PreviousPage static Identifies the PdfPreviousPageCommand.
PreviousView static Identifies the PdfPreviousViewCommand.
PrintFile static Identifies the PdfPrintFileCommand.
ReducePageThumbnails static Identifies the PdfReducePageThumbnailsCommand.
RotatePageClockwise static Identifies the PdfRotatePageClockwiseCommand.
RotatePageCounterclockwise static Identifies the PdfRotatePageCounterclockwiseCommand.
SaveAsFile static Identifies the PdfSaveAsFileCommand.
SelectAll static Identifies the PdfSelectAllCommand.
SelectTool static Identifies the PdfSelectToolCommand.
SetActualSizeZoomMode static Identifies the PdfSetActualSizeZoomModeCommand.
SetFitVisibleZoomMode static Identifies the PdfSetFitVisibleZoomModeCommand.
SetFitWidthZoomMode static Identifies the PdfSetFitWidthZoomModeCommand.
SetPageLevelZoomMode static Identifies the PdfSetPageLevelZoomModeCommand.
SetPageNumber static Identifies the PdfSetPageNumberCommand.
SetZoom static Obsolete. This command’s ID is not used.
ShowAnnotationProperties static Identifies the PdfShowAnnotationPropertiesCommand.
ShowDocumentProperties static Identifies the PdfShowDocumentPropertiesCommand.
ShowExactZoomList static Identifies the PdfShowExactZoomListCommand.
TextHighlight static Identifies the PdfTextHighlightCommand.
TextStrikethrough static Identifies the PdfTextStrikethroughCommand.
TextUnderline static Identifies the PdfTextUnderlineCommand.
ThumbnailsPrintPages static Identifies the PdfThumbnailsPrintPagesCommand.
Zoom10 static Identifies the PdfZoom10Command.
Zoom100 static Identifies the PdfZoom100Command.
Zoom125 static Identifies the PdfZoom125Command.
Zoom150 static Identifies the PdfZoom150Command.
Zoom200 static Identifies the PdfZoom200Command.
Zoom25 static Identifies the PdfZoom25Command.
Zoom400 static Identifies the PdfZoom400Command.
Zoom50 static Identifies the PdfZoom50Command.
Zoom500 static Identifies the PdfZoom500Command.
Zoom75 static Identifies the PdfZoom75Command.
ZoomIn static Identifies the PdfZoomInCommand.
ZoomOut static Identifies the PdfZoomOutCommand.

Methods

Name Description
Equals(PdfViewerCommandId) Determines whether or not the specified object is equal to the current PdfViewerCommandId instance.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether or not the specified object is equal to the current PdfViewerCommandId instance.
GetHashCode() Gets the hash code (a number) that corresponds to the value of the current PdfViewerCommandId object.
GetType() Gets the Type of the current instance. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the fully qualified type name of this instance. Inherited from ValueType.
See Also