The DocumentSource type exposes the following members.
Methods
Name | Description | |
---|---|---|
CheckAccess | (Inherited from DependencyObject.) | |
ClearValue |
Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier.
(Inherited from DependencyObject.) |
|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
GetAnimationBaseValue | (Inherited from DependencyObject.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
GetValue |
Returns the current effective value of a dependency property on this instance of a DependencyObject.
(Inherited from DependencyObject.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
OnRequestNavigate |
Raises the internal [E:RequestNavigate] event.
|
|
ReadLocalValue |
Returns the local value of a dependency property, if it exists.
(Inherited from DependencyObject.) |
|
SetValue |
Sets the local value of a dependency property, specified by its dependency property identifier.
(Inherited from DependencyObject.) |
|
ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
ComputedHorizontalScrollBarVisibilityProperty |
Identifies the ComputedHorizontalScrollBarVisibility dependency property.
|
|
ComputedVerticalScrollBarVisibilityProperty |
Identifies the ComputedVerticalScrollBarVisibility dependency property.
|
|
ContentProperty |
Identifies the Content dependency property.
|
|
ExtentHeightProperty |
Identifies the ExtentHeight dependency property.
|
|
ExtentWidthProperty |
Identifies the ExtentWidth dependency property.
|
|
HorizontalOffsetProperty |
Identifies the HorizontalOffset dependency property.
|
|
HorizontalScrollBarVisibilityProperty |
Identifies the HorizontalScrollBarVisibility dependency property.
|
|
IsFlowingProperty |
Identifies the IsFlowing dependency property.
|
|
PageCountProperty |
Identifies the PageCount dependency property.
|
|
PageMarginProperty |
Identifies the PageMargin dependency property.
|
|
PageNumberProperty |
Identifies the PageNumber dependency property.
|
|
PageSeparationProperty |
Identifies the PageSeparation dependency property.
|
|
PageSizeProperty |
Identifies the PageSize dependency property.
|
|
PageTemplateProperty |
Identifies the PageTemplate dependency property.
|
|
ScrollableHeightProperty |
Identifies the ScrollableHeight dependency property.
|
|
ScrollableWidthProperty |
Identifies the ScrollableWidth dependency property.
|
|
SelectionBackgroundProperty |
Identifies the SelectionBackground dependency property.
|
|
VerticalOffsetProperty |
Identifies the VerticalOffset dependency property.
|
|
VerticalScrollBarVisibilityProperty |
Identifies the VerticalScrollBarVisibility dependency property.
|
|
ViewModeProperty |
Identifies the ViewMode dependency property.
|
|
ViewportHeightProperty |
Identifies the ViewportHeight dependency property.
|
|
ViewportWidthProperty |
Identifies the ViewportWidth dependency property.
|
|
ZoomProperty |
Identifies the Zoom dependency property.
|
Properties
Name | Description | |
---|---|---|
ComputedHorizontalScrollBarVisibility |
Gets a value that indicates whether the horizontal ScrollBar is visible.
|
|
ComputedVerticalScrollBarVisibility |
Gets a value that indicates whether the vertical ScrollBar is visible.
|
|
Content |
Gets a content of the document.
|
|
Dispatcher | (Inherited from DependencyObject.) | |
ExtentHeight |
Gets the vertical size of all the content for display in the C1PdfViewer.
|
|
ExtentWidth |
Gets the horizontal size of all the content for display in the C1PdfViewer.
|
|
HorizontalOffset |
Gets or sets a value that indicates the horizontal offset of the scrolled content.
|
|
HorizontalScrollBarVisibility |
Gets or sets a value that indicates whether a horizontal ScrollBar should be displayed.
|
|
IsFlowing |
Gets a value that indicates if the document is flowing (i.e. in HTML documents).
|
|
PageCount |
Gets a value that indicates the total page count.
|
|
PageMargin |
Gets a value that indicates the Thickness used as margin for each page.
|
|
PageNumber |
Gets a value that indicates the current page number.
|
|
PageSeparation |
Gets a value that indicates the Thickness used as separation between pages.
|
|
PageSize |
Gets a value that indicates the current page size.
|
|
PageTemplate |
Gets a value that indicates the PageTemplate.
|
|
ScrollableHeight |
Gets a value that represents the horizontal size of the area that can be scrolled; the difference between the height of the extent and the height of the viewport.
|
|
ScrollableWidth |
Gets a value that represents the vertical size of the area that can be scrolled; the difference between the width of the extent and the width of the viewport.
|
|
SelectionBackground |
Gets a value that indicates the Brush used for Selection.
|
|
VerticalOffset |
Gets or sets a value that indicates the vertical offset of the scrolled content.
|
|
VerticalScrollBarVisibility |
Gets or sets a value that indicates whether a horizontal ScrollBar should be displayed.
|
|
ViewMode |
Gets a value that indicates the current view mode.
|
|
ViewportHeight |
Gets a value that contains the vertical size of the viewable content.
|
|
ViewportWidth |
Gets a value that contains the horizontal size of the viewable content.
|
|
Zoom |
Gets the current zoom value.
|