Class DownsampleOptions

Class DownsampleOptions

ชื่อพื้นที่: Aspose.Words.Saving การประกอบ: Aspose.Words.dll (25.4.0)

อนุญาตให้ระบุตัวเลือกตัวอย่างต่ํา

เพื่อเรียนรู้เพิ่มเติมเยี่ยมชม Save a Document บทความเอกสาร

public class DownsampleOptions

Inheritance

object DownsampleOptions

อนุญาโตตุลาการ

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

Constructors

DownsampleOptions()

public DownsampleOptions()

Properties

DownsampleImages

คําอธิบายว่าภาพควรถูกรวบรวมลงหรือไม่

public bool DownsampleImages { get; set; }

คุณสมบัติมูลค่า

bool

Remarks

หมายเลขที่กําหนดเองคือ “จริง”

Resolution

คําอธิบายความละเอียดใน pixels per inch ที่ภาพควรจะถูกรวบรวมลงไป

public int Resolution { get; set; }

คุณสมบัติมูลค่า

int

Remarks

หมายเลขเริ่มต้นคือ 220 ppi

ResolutionThreshold

คําอธิบายความละเอียดขอบเขตใน pixels per inchหากความละเอียดของภาพในเอกสารน้อยกว่าค่าขอบเขตอัลgorithm downsampling จะไม่ใช้หมายความ 0 หมายความว่าการตรวจสอบขอบเขตไม่ได้ใช้และภาพทั้งหมดที่สามารถลดขนาดจะถูกรวบรวมลง

public int ResolutionThreshold { get; set; }

คุณสมบัติมูลค่า

int

Remarks

หมายเลขค่าเริ่มต้นคือ 0.

 แบบไทย