Class EmbedFilePath
Struct for storing path directory of embedding file with configuration
Inheritance
System.Object
EmbedFilePath
Assembly: IronPdf.dll
Syntax
public sealed class EmbedFilePath : ValueType
Constructors
EmbedFilePath(String, EmbedFileConfiguration)
Struct for storing path directory of embedding file with configuration
Declaration
public EmbedFilePath(string FilePath, EmbedFileConfiguration EmbedFileConfiguration)
Parameters
Type |
Name |
Description |
System.String |
FilePath |
Path direcotry of embedding file
|
EmbedFileConfiguration |
EmbedFileConfiguration |
configuration of embedding file
|
Properties
EmbedFileConfiguration
configuration of embedding file
Declaration
public EmbedFileConfiguration EmbedFileConfiguration { get; set; }
Property Value
FilePath
Path direcotry of embedding file
Declaration
public string FilePath { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Deconstruct(out String, out EmbedFileConfiguration)
Declaration
public void Deconstruct(out string FilePath, out EmbedFileConfiguration EmbedFileConfiguration)
Parameters
Equals(EmbedFilePath)
Declaration
public bool Equals(EmbedFilePath other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Operators
Equality(EmbedFilePath, EmbedFilePath)
Declaration
public static bool operator ==(EmbedFilePath left, EmbedFilePath right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(EmbedFilePath, EmbedFilePath)
Declaration
public static bool operator !=(EmbedFilePath left, EmbedFilePath right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<>