Class MhtmlAttachmentInfo
Class MhtmlAttachmentInfo
Namespace: Aspose.Html.Rendering
Assembly: Aspose.HTML.dll (26.3.0)
Represents information about an attachment in an MHT file.
[ComVisible(true)]
public class MhtmlAttachmentInfoInheritance
Inherited Members
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
MhtmlAttachmentInfo()
public MhtmlAttachmentInfo()Properties
ContentId
Gets the content ID of the attachment.
public string ContentId { get; }Property Value
ContentLocation
Gets the content location of the attachment.
public string ContentLocation { get; }Property Value
ContentType
Gets the content type of the attachment.
public string ContentType { get; }Property Value
FileName
Gets the file name of the attachment.
public string FileName { get; }Property Value
Size
Gets the size of the attachment in bytes.
public int? Size { get; }Property Value
int ?
Url
Gets the URL of the attachment.
public string Url { get; }Property Value
Methods
ToString()
Returns a string representation of the attachment information.
public override string ToString()Returns
A string containing the attachment information.