Class NotebookLoadOptions
İsim alanı : Aspose.Note Toplama: Aspose.Note.dll (25.4.0)
Not defterini yüklemek için kullanılan seçenekler.
public class NotebookLoadOptions
{
public string AwsRegion { get; set; } = string.Empty;
public bool AutoDetectResources { get; set; } = true;
}
Inheritance
mirasçı üyeleri
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Examples
Şifreli bir dizüstü bilgisayara nasıl girilir.
string dataDir = RunExamples.GetDataDir_NoteBook();
var notebook = new Notebook(dataDir + "test.onetoc2", new NotebookLoadOptions() { DeferredLoading = true });
notebook.LoadChildDocument(dataDir + "Aspose.one");
notebook.LoadChildDocument(dataDir + "Locked Pass1.one", new LoadOptions() { DocumentPassword = "pass" });
notebook.LoadChildDocument(dataDir + "Locked Pass2.one", new LoadOptions() { DocumentPassword = "pass2" });
Constructors
Not defteri seçenekleri ()
public NotebookLoadOptions()
{
}
Properties
DeferredLoading
Çocuğun belgeleri olup olmadığını gösteren bir değer alır veya ayarlar.Daha sonra açıkça doldurulmalıdır.
public bool DeferredLoading
{
get;
set;
}
Mülkiyet Değer
Examples
Şifreli bir dizüstü bilgisayara nasıl girilir.
string dataDir = RunExamples.GetDataDir_NoteBook();
var notebook = new Notebook(dataDir + "test.onetoc2", new NotebookLoadOptions() { DeferredLoading = true });
notebook.LoadChildDocument(dataDir + "Aspose.one");
notebook.LoadChildDocument(dataDir + "Locked Pass1.one", new LoadOptions() { DocumentPassword = "pass" });
notebook.LoadChildDocument(dataDir + "Locked Pass2.one", new LoadOptions() { DocumentPassword = "pass2" });
Remarks
Varsayılan değeri ‘yanlış’dır, bu yüzden çocuk belgeleri dolaylı olarak yüklenecektir.Value ’true’ kullanıcının Aspose.Notebook.LoadChildDocument(System.String) ya da Aspos.Notebook (Sistem.Türkçe Altyazılı) için her dizüstü bilgisayarın çocuk düğmesi yükledikten sonra.Eğer değer ‘gerçek’ ise, Asposa.KitaplarLadOptions.InstantLoading seçeneği göz ardı edilecek.Yazıyı akıştan yüklediği takdirde, değer her zaman ‘sözlü’ olmasına rağmen kullanıcı tarafından açıkça ‘sahte’ olarak ayarlanmıştır.
InstantLoading
Çocuğun belgeleri olup olmadığını gösteren bir değer alır veya ayarlar.Anne belgesinin yüklendiği sürece doldurulmalıdır.
public bool InstantLoading
{
get;
set;
}
Mülkiyet Değer
Remarks
Varsayılan değeri ‘yanlış’dır, bu nedenle çocuk belgeleri “yumuşak” olarak yüklenir,yani yüklemeyi belirli bir çocuğa doğrudan erişene kadar ertelemelidir.Değer ‘gerçek’ bunların yüklemelerinin hemen yapılması gerektiğini gösterir.