The DocumentSource type exposes the following members.

Methods

  Name Description
Public method CheckAccess (Inherited from DependencyObject.)
Public method ClearValue
Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier.
(Inherited from DependencyObject.)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method 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.)
Public method GetAnimationBaseValue (Inherited from DependencyObject.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method GetValue
Returns the current effective value of a dependency property on this instance of a DependencyObject.
(Inherited from DependencyObject.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method OnRequestNavigate
Raises the internal [E:RequestNavigate] event.
Public method ReadLocalValue
Returns the local value of a dependency property, if it exists.
(Inherited from DependencyObject.)
Public method SetValue
Sets the local value of a dependency property, specified by its dependency property identifier.
(Inherited from DependencyObject.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  Name Description
Public field Static member ComputedHorizontalScrollBarVisibilityProperty
Identifies the ComputedHorizontalScrollBarVisibility dependency property.
Public field Static member ComputedVerticalScrollBarVisibilityProperty
Identifies the ComputedVerticalScrollBarVisibility dependency property.
Public field Static member ContentProperty
Identifies the Content dependency property.
Public field Static member ExtentHeightProperty
Identifies the ExtentHeight dependency property.
Public field Static member ExtentWidthProperty
Identifies the ExtentWidth dependency property.
Public field Static member HorizontalOffsetProperty
Identifies the HorizontalOffset dependency property.
Public field Static member HorizontalScrollBarVisibilityProperty
Identifies the HorizontalScrollBarVisibility dependency property.
Public field Static member IsFlowingProperty
Identifies the IsFlowing dependency property.
Public field Static member PageCountProperty
Identifies the PageCount dependency property.
Public field Static member PageMarginProperty
Identifies the PageMargin dependency property.
Public field Static member PageNumberProperty
Identifies the PageNumber dependency property.
Public field Static member PageSeparationProperty
Identifies the PageSeparation dependency property.
Public field Static member PageSizeProperty
Identifies the PageSize dependency property.
Public field Static member PageTemplateProperty
Identifies the PageTemplate dependency property.
Public field Static member ScrollableHeightProperty
Identifies the ScrollableHeight dependency property.
Public field Static member ScrollableWidthProperty
Identifies the ScrollableWidth dependency property.
Public field Static member SelectionBackgroundProperty
Identifies the SelectionBackground dependency property.
Public field Static member VerticalOffsetProperty
Identifies the VerticalOffset dependency property.
Public field Static member VerticalScrollBarVisibilityProperty
Identifies the VerticalScrollBarVisibility dependency property.
Public field Static member ViewModeProperty
Identifies the ViewMode dependency property.
Public field Static member ViewportHeightProperty
Identifies the ViewportHeight dependency property.
Public field Static member ViewportWidthProperty
Identifies the ViewportWidth dependency property.
Public field Static member ZoomProperty
Identifies the Zoom dependency property.

Properties

  Name Description
Public property ComputedHorizontalScrollBarVisibility
Gets a value that indicates whether the horizontal ScrollBar is visible.
Public property ComputedVerticalScrollBarVisibility
Gets a value that indicates whether the vertical ScrollBar is visible.
Public property Content
Gets a content of the document.
Public property Dispatcher (Inherited from DependencyObject.)
Public property ExtentHeight
Gets the vertical size of all the content for display in the C1PdfViewer.
Public property ExtentWidth
Gets the horizontal size of all the content for display in the C1PdfViewer.
Public property HorizontalOffset
Gets or sets a value that indicates the horizontal offset of the scrolled content.
Public property HorizontalScrollBarVisibility
Gets or sets a value that indicates whether a horizontal ScrollBar should be displayed.
Public property IsFlowing
Gets a value that indicates if the document is flowing (i.e. in HTML documents).
Public property PageCount
Gets a value that indicates the total page count.
Public property PageMargin
Gets a value that indicates the Thickness used as margin for each page.
Public property PageNumber
Gets a value that indicates the current page number.
Public property PageSeparation
Gets a value that indicates the Thickness used as separation between pages.
Public property PageSize
Gets a value that indicates the current page size.
Public property PageTemplate
Gets a value that indicates the PageTemplate.
Public property 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.
Public property 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.
Public property SelectionBackground
Gets a value that indicates the Brush used for Selection.
Public property VerticalOffset
Gets or sets a value that indicates the vertical offset of the scrolled content.
Public property VerticalScrollBarVisibility
Gets or sets a value that indicates whether a horizontal ScrollBar should be displayed.
Public property ViewMode
Gets a value that indicates the current view mode.
Public property ViewportHeight
Gets a value that contains the vertical size of the viewable content.
Public property ViewportWidth
Gets a value that contains the horizontal size of the viewable content.
Public property Zoom
Gets the current zoom value.

See Also