Show / Hide Table of Contents

Class UserProfilePicTransform

Inheritance
object
ImageTransform
UserProfilePicTransform
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 UserProfilePicTransform : ImageTransform

Constructors

UserProfilePicTransform()

Declaration
public UserProfilePicTransform()

Properties

IsReusable

Declaration
public bool IsReusable { get; }
Property Value
Type Description
bool

UniqueString

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

UserID

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

Methods

GetNoAvatarImage()

Declaration
public Bitmap GetNoAvatarImage()
Returns
Type Description
Bitmap

ProcessImage(Image)

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

TryGetPhotoFile(out IFileInfo)

Declaration
public bool TryGetPhotoFile(out IFileInfo photoFile)
Parameters
Type Name Description
IFileInfo photoFile
Returns
Type Description
bool

Extension Methods

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