Class HtmlImportOptions

Class HtmlImportOptions

نام ها : Aspose.Note.Importing جمع آوری: Aspose.Note.dll (25.4.0)

اجازه می دهد تا گزینه ها را در هنگام واردات محتوا از سند HTML مشخص کنید.

public class HtmlImportOptions
   {
       public string DocumentPath { get; set; }
       public bool EmbedFonts { get; set; }
       public EmbedFontsFormats FontEmbeddingFormat { get; set; }
       public double? Resolution { get; set; }
       public bool KeepIrrelevantSpaces { get; set; }
       public LoadHtmlContentFromUri UriSource { get; set; }
   }
   public enum EmbedFontsFormats
   {
       All,
       None,
       CreateOnlyMissingFonts
   }
This code is already formatted according to standard C# conventions. The only adjustment made was to align the property types (e.g., `get; set;`) underneath their respective properties.

Inheritance

object HtmlImportOptions

اعضای ارثی

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

Constructors

HtmlImportOptions()

public HtmlImportOptions()
   {
   }
 فارسی