Table of Contents

Class PdfViewerComponent

Namespace: Casewhere.Models.FormBuilder.Components
Assembly: Casewhere.Models.dll

Represents a PDF viewer component in the form builder.

public class PdfViewerComponent : FormComponent

Inheritance

objectFormComponentPdfViewerComponent

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<PdfViewerComponent>(PdfViewerComponent)

Constructors

PdfViewerComponent()

public PdfViewerComponent()

Properties

ClientDataBinding

public string ClientDataBinding { get; set; }

Property Value

string

ClientVisible

javascript true/false expression

public string ClientVisible { get; set; }

Property Value

string

CssClass

public string CssClass { get; set; }

Property Value

string

DataBinding

public ComponentDataBinding DataBinding { get; set; }

Property Value

ComponentDataBinding

Events

public IList<ComponentEvent> Events { get; set; }

Property Value

IList<ComponentEvent>

Height

Gets or sets the height of the PDF viewer component.

public int Height { get; set; }

Property Value

int

Position

public ComponentPosition Position { get; set; }

Property Value

ComponentPosition

Url

public string Url { get; set; }

Property Value

string

Visible

public VisibleRule Visible { get; set; }

Property Value

VisibleRule

Width

in percentage

public int Width { get; set; }

Property Value

int