Class Splitter
Class Splitter
ชื่อพื้นที่: Aspose.Pdf.Plugins การประกอบ: Aspose.PDF.dll (25.4.0)
ปลั๊กอิน Aspose.Pdf.Plugins.Splitter
public class Splitter : IPlugin
Inheritance
Implements
อนุญาโตตุลาการ
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Examples
ตัวอย่างแสดงให้เห็นว่าวิธีการแบ่งเอกสาร PDF
// create Splitter
var splitter = new Splitter();
// create SplitOptions object to set instructions
var opt = new SplitOptions();
// add input file paths
opt.AddInput(new FileDataSource(inputPath));
// set output file paths
opt.AddOutput(new FileDataSource(outputPath1));
opt.AddOutput(new FileDataSource(outputPath2));
// perform the process
splitter.Process(opt);
Constructors
Splitter()
public Splitter()
Methods
Process(IPluginOptions)
เริ่มการประมวลผล Aspose.Pdf.Plugins.Splitter ด้วยพารามิเตอร์ที่ระบุ
public ResultContainer Process(IPluginOptions options)
Parameters
options
IPluginOptions
วัตถุตัวเลือกที่มีคําแนะนําสําหรับ Aspose.Pdf.Plugins.Splitter
Returns
วัตถุ ResultContainer ที่มีผลการดําเนินงาน