Show / Hide Table of Contents

Class ReflowView

Inheritance
System.Object
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
Windows.UI.Xaml.Controls.UserControl
ReflowView
Implements
Windows.UI.Composition.IAnimationObject
Windows.UI.Composition.IVisualElement
Namespace: pdftron.PDF.Tools.Controls
Assembly: pdftron.PDF.Tools.dll
Syntax
public sealed class ReflowView : UserControl, IDependencyObject, IDependencyObject2, IUIElement, IUIElement2, IUIElement3, IUIElement4, IUIElement5, IUIElement7, IUIElement8, IUIElement9, IUIElement10, IUIElementOverrides, IUIElementOverrides7, IUIElementOverrides8, IUIElementOverrides9, IAnimationObject, IVisualElement, IFrameworkElement, IFrameworkElement2, IFrameworkElement3, IFrameworkElement4, IFrameworkElement6, IFrameworkElement7, IFrameworkElementProtected7, IFrameworkElementOverrides, IFrameworkElementOverrides2, IControl, IControl2, IControl3, IControl4, IControl5, IControl7, IControlProtected, IControlOverrides, IControlOverrides6, IUserControl

Constructors

ReflowView()

Declaration
public ReflowView()

ReflowView(PDFDoc, Int32)

Declaration
public ReflowView(PDFDoc doc, int pageNumber)
Parameters
Type Name Description
PDFDoc doc
System.Int32 pageNumber

Properties

CurrentPage

Declaration
public int CurrentPage { get; set; }
Property Value
Type Description
System.Int32

ReflowViewModel

Declaration
public ReflowViewModel ReflowViewModel { get; set; }
Property Value
Type Description
ReflowViewModel

Methods

DeactivateView()

Declaration
public void DeactivateView()

OnPropertyChanged(String)

Declaration
public void OnPropertyChanged(string propertyName)
Parameters
Type Name Description
System.String propertyName

SetColorPostProcessingMode(PDFRasterizerColorPostProcessMode, Color, Color)

Declaration
public void SetColorPostProcessingMode(PDFRasterizerColorPostProcessMode mode, Color whiteColor, Color blackColor)
Parameters
Type Name Description
PDFRasterizerColorPostProcessMode mode
Windows.UI.Color whiteColor
Windows.UI.Color blackColor

SetFocus(FocusState)

Declaration
public void SetFocus(FocusState focusState)
Parameters
Type Name Description
Windows.UI.Xaml.FocusState focusState

Events

PropertyChanged

Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type Description
Windows.UI.Xaml.Data.PropertyChangedEventHandler

ReflowTapped

Declaration
public event TappedEventHandler ReflowTapped
Event Type
Type Description
Windows.UI.Xaml.Input.TappedEventHandler

Implements

Windows.UI.Composition.IAnimationObject
Windows.UI.Composition.IVisualElement

Extension Methods

DependencyObjectExtensions.FindControls<T>(DependencyObject)
DependencyObjectExtensions.FindVisualChild<T>(DependencyObject)
DependencyObjectExtensions.FindControl<T>(UIElement, String)
In This Article
Back to top Generated by DocFX