Show / Hide Table of Contents

Class PlaceholderTransform

Inheritance
object
ImageTransform
PlaceholderTransform
Inherited Members
ImageTransform.CopyImage(Stream)
ImageTransform.InterpolationMode
ImageTransform.SmoothingMode
ImageTransform.PixelOffsetMode
ImageTransform.CompositingQuality
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.GeneratedImage.StartTransform
Assembly: DotNetNuke.dll
Syntax
public class PlaceholderTransform : ImageTransform

Constructors

PlaceholderTransform()

Declaration
public PlaceholderTransform()

Properties

BackColor

Declaration
public Color BackColor { get; set; }
Property Value
Type Description
Color

Color

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

Height

Declaration
public int Height { get; set; }
Property Value
Type Description
int

Text

Declaration
public string Text { get; set; }
Property Value
Type Description
string

UniqueString

Declaration
public override string UniqueString { get; }
Property Value
Type Description
string
Overrides
ImageTransform.UniqueString

Width

Declaration
public int Width { get; set; }
Property Value
Type Description
int

Methods

ProcessImage(Image)

Declaration
public override Image ProcessImage(Image image)
Parameters
Type Name Description
Image image
Returns
Type Description
Image
Overrides
ImageTransform.ProcessImage(Image)

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS